From a364513c4e81273eb0cc175c158c22d5a2df6f69 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 6 May 2011 01:50:41 +0200 Subject: [PATCH] Add pyflakes to codecheck. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 982c7ad..542768c 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ clean: rm -rf html-stamp man-stamp grml2usb.tar.gz grml2usb.tgz grml2usb.tgz.md5.asc codecheck: + pyflakes grml2usb pylint --include-ids=y --max-line-length=120 grml2usb # pylint --include-ids=y --disable-msg-cat=C0301 --disable-msg-cat=W0511 grml2usb # pylint --reports=n --include-ids=y --disable-msg-cat=C0301 grml2usb -- 2.1.4