add basic error checking via pylint
This commit is contained in:
parent
a389b8b4a0
commit
10ab258501
4
tools/lint.sh
Executable file
4
tools/lint.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
||||
pylint -E -j 0 -f colorized --disable=E0602 $TOOLS/../anki $TOOLS/../aqt
|
Loading…
Reference in New Issue
Block a user