X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=fa29cf8d7dbb80cb81d3e10b3e6b86f1f871754a;hb=2c440d0cb6dfaacbaa0a8de725ac73d73893aace;hp=95eb2075a047c007a046684e3790c711ba27132c;hpb=daf22c1bf9368faf42d9b045e8ad437183542362;p=dunshire.git diff --git a/makefile b/makefile index 95eb207..fa29cf8 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,indented_L' \ + --good-names='b,c,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L' \ $(SRCDIR)/*.py .PHONY: clean