]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Fix two more pylint bad-variable-name warnings.
[dunshire.git] / makefile
index 813d7288fec49cb687e49b017145a51d50f74453..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,M' \
-               $(SRCS)
+       PYTHONPATH="$(SRCDIR)" pylint --rcfile=./.pylintrc $(SRCS)
 
 .PHONY: clean
 clean: