mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add basic error checking via pylint
This commit is contained in:
parent
a389b8b4a0
commit
10ab258501
1 changed files with 4 additions and 0 deletions
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 a new issue