From: Michael Orlitzky Date: Mon, 10 Oct 2016 01:27:15 +0000 (-0400) Subject: Add one more variable exception to the `make lint` target. X-Git-Tag: 0.1.0~186 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=f15a47b09621da5b51aa91757f41664796bbf635 Add one more variable exception to the `make lint` target. --- diff --git a/makefile b/makefile index e619d42..95eb207 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ check: lint: PYTHONPATH="$(SRCDIR)" pylint \ --reports=n \ - --good-names='b,c,h,A,C,G,_K,_L' \ + --good-names='b,c,h,A,C,G,_K,_L,indented_L' \ $(SRCDIR)/*.py .PHONY: clean