X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=0d1dfc60946c05263d18db6ba8514df395f95900;hp=f52c685ba186e7e8956710d0bdbbe84c83cc3842;hb=e85e34ca0caed55bcdef5cd2937839b80b8656af;hpb=4b633e3d1d6615419ef3bb8c29fa490138d13d23;ds=sidebyside diff --git a/Makefile b/Makefile index f52c685..0d1dfc6 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,9 @@ clean: rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 html-stamp man-stamp codecheck: - pylint --reports=n --include-ids=y ./grml2usb.py + pylint --include-ids=y --max-line-length=120 grml2usb.py + # pylint --include-ids=y --disable-msg-cat=C0301 --disable-msg-cat=W0511 grml2usb.py + # pylint --reports=n --include-ids=y --disable-msg-cat=C0301 grml2usb.py -#graph: -# pycallgraph ./grml2usb.py TODO +# graph: +# sudo pycallgraph grml2usb /grml/isos/grml-small_2008.11.iso /dev/sdb1