Add pyflakes to codecheck.
authorMichael Prokop <mika@grml.org>
Thu, 5 May 2011 23:50:41 +0000 (01:50 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 5 May 2011 23:50:41 +0000 (01:50 +0200)
Makefile

index 982c7ad..542768c 100644 (file)
--- 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