]> oss.titaniummirror.com Git - webber.git/commitdiff
allow pylint
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Wed, 31 Mar 2010 19:51:47 +0000 (21:51 +0200)
committerHolger Schurig <hs4233@mail.mn-solutions.de>
Wed, 31 Mar 2010 19:53:59 +0000 (21:53 +0200)
Makefile

index 2e69fb21a432c83d4764d3159ede9a6028521879..45294966a56188e8052fb5bcc8c9c6a0232294e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,13 @@ all: webber.conf
 profile:
        ./webber --profile
 
+lint:
+       pylint \
+               --include-ids=y \
+               --reports=n \
+               --disable-msg=W0312,C0103 \
+               webber.py plugins
+
 clean:
        rm -f *.pyc plugins/*.pyc