1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

add pylint

This commit is contained in:
deadc0de6
2021-04-29 14:51:50 +02:00
parent 8021a0e137
commit 3ca863c9dd

View File

@@ -19,6 +19,9 @@ echo "testing with pyflakes"
pyflakes dotdrop/
pyflakes tests/
# pylint
#pylint --disable=R0902 --disable=R0913 --disable=R0903 dotdrop/
# retrieve the nosetests binary
nosebin="nosetests"
which ${nosebin} >/dev/null 2>&1