X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=813d7288fec49cb687e49b017145a51d50f74453;hb=556f614c2cbbe91e34967ea78464436413ae1c75;hp=83b8d8ff1c30ed575fbd91d0db8e877da402f89f;hpb=0bb1c93e213bf346b1c5da8ffa29a6649d55d82a;p=dunshire.git diff --git a/makefile b/makefile index 83b8d8f..813d728 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ check: lint: PYTHONPATH="$(SRCDIR)" pylint \ --reports=n \ - --good-names='b,c,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L' \ + --good-names='b,c,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L,M' \ $(SRCS) .PHONY: clean