From: Holger Schurig Date: Wed, 31 Mar 2010 19:51:47 +0000 (+0200) Subject: allow pylint X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=8538d05c6dd4ebf55a031df598d7edbdb43f8f0a allow pylint --- diff --git a/Makefile b/Makefile index 2e69fb2..4529496 100644 --- 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