add basic error checking via pylint

This commit is contained in:
Damien Elmes 2019-03-04 11:21:20 +10:00
parent a389b8b4a0
commit 10ab258501

4
tools/lint.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
TOOLS="$(cd "`dirname "$0"`"; pwd)"
pylint -E -j 0 -f colorized --disable=E0602 $TOOLS/../anki $TOOLS/../aqt