4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
|