2019-03-04 02:21:20 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-12-16 12:04:32 +01:00
|
|
|
set -e
|
|
|
|
|
2019-03-04 02:21:20 +01:00
|
|
|
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
2019-03-04 08:27:39 +01:00
|
|
|
pylint -j 0 --rcfile=$TOOLS/../.pylintrc -f colorized --extension-pkg-whitelist=PyQt5 $TOOLS/../anki $TOOLS/../aqt
|