]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Begin writing the background/introduction material.
[dunshire.git] / makefile
index 83b8d8ff1c30ed575fbd91d0db8e877da402f89f..1f991d28841685b065d97d08261dacfc3f0f23e8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -11,10 +11,7 @@ check:
 
 .PHONY: lint
 lint:
-       PYTHONPATH="$(SRCDIR)" pylint \
-               --reports=n \
-               --good-names='b,c,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L' \
-               $(SRCS)
+       PYTHONPATH="$(SRCDIR)" pylint --rcfile=./.pylintrc $(SRCS)
 
 .PHONY: clean
 clean: