X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=1f991d28841685b065d97d08261dacfc3f0f23e8;hb=0a16e3c97d7f0e692428126ae1759fe0f925bf8f;hp=813d7288fec49cb687e49b017145a51d50f74453;hpb=bd5a4b0c8519de2a938663acdbc080560f829628;p=dunshire.git diff --git a/makefile b/makefile index 813d728..1f991d2 100644 --- 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: