From 8538d05c6dd4ebf55a031df598d7edbdb43f8f0a Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Wed, 31 Mar 2010 21:51:47 +0200 Subject: [PATCH] allow pylint --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2