From 61830c315a9b051a8ab46da487792d0c1e90ec5d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 18 Apr 2015 19:09:49 +0300 Subject: Run pylint in check; fix problems found --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1d3486..8a224fe 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ check: rm -f .coverage cmdtest tests pep8 summain summainlib.py summainlib_tests.py + pylint --rcfile=pylint.conf summain summainlib.py summainlib_tests.py clean: python setup.py clean -- cgit v1.2.1