X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=9f59a36bec439d23ab78cdb1bd24db1b531187af;hb=ab6aa9c36bc06ae0f14f404bd73d8865b161eb0f;hp=f1be9f05c3fd786b693f29a1091baf677c8b4c4f;hpb=1469640eff940fa0231faaf9c0006e2e3164ed34;p=dunshire.git diff --git a/makefile b/makefile index f1be9f0..9f59a36 100644 --- a/makefile +++ b/makefile @@ -2,6 +2,10 @@ check: python test/suite.py +.PHONY: lint +lint: + pylint --reports=n *.py + .PHONY: clean clean: rm -r __pycache__