[lint] Add tool to run pylint on all files

pylint all *.py files and fix the errors reported so far.
This commit is contained in:
Tobi-wan Kenobi 2016-12-04 08:02:40 +01:00
parent 9a5a6d354a
commit a7eff64294
3 changed files with 38 additions and 21 deletions

3
runlint.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
find . -name "*.py"|xargs pylint