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