From 3ca863c9ddae2dfffa4746cf9867f07abc283664 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 29 Apr 2021 14:51:50 +0200 Subject: [PATCH] add pylint --- tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.sh b/tests.sh index d98f76b..fdecd1f 100755 --- a/tests.sh +++ b/tests.sh @@ -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