From: Michael Prokop Date: Thu, 5 May 2011 23:50:41 +0000 (+0200) Subject: Add pyflakes to codecheck. X-Git-Tag: v0.9.32~3 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=a364513c4e81273eb0cc175c158c22d5a2df6f69;ds=sidebyside Add pyflakes to codecheck. --- 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