X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=Makefile;h=45294966a56188e8052fb5bcc8c9c6a0232294e7;hb=HEAD;hp=2e69fb21a432c83d4764d3159ede9a6028521879;hpb=5b4e747f947e1a4c757fbcaed1f6d977374b208e;p=webber.git 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