]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Fix (or cover up) a bunch of pylint warnings.
[dunshire.git] / makefile
index 83b8d8ff1c30ed575fbd91d0db8e877da402f89f..813d7288fec49cb687e49b017145a51d50f74453 100644 (file)
--- 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