X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=95eb2075a047c007a046684e3790c711ba27132c;hb=f15a47b09621da5b51aa91757f41664796bbf635;hp=e619d42b0c5ac2d09e3e62ce10f752df961d60de;hpb=591601df2ef73b192f3ed491f1f168fa71ed5302;p=dunshire.git diff --git a/makefile b/makefile index e619d42..95eb207 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ check: lint: PYTHONPATH="$(SRCDIR)" pylint \ --reports=n \ - --good-names='b,c,h,A,C,G,_K,_L' \ + --good-names='b,c,h,A,C,G,_K,_L,indented_L' \ $(SRCDIR)/*.py .PHONY: clean