X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=eb080e72dc6f67ccbf4a13422142c368f9d0012f;hb=281c4dd42f0f99859323783161216e54b4f88448;hp=10742db350df3a78805825b5f87459661887aeb8;hpb=21f85dc3effec30c4c8395af57e83d98247a4ab6;p=dunshire.git diff --git a/makefile b/makefile index 10742db..eb080e7 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,10 @@ check: .PHONY: lint lint: - PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py + PYTHONPATH="src/dunshire" pylint \ + --reports=n \ + --good-names='b,c,h,A,C,G,_K,_L' \ + src/dunshire/*.py .PHONY: clean clean: