]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Add one more variable exception to the `make lint` target.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 01:27:15 +0000 (21:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 02:36:20 +0000 (22:36 -0400)
makefile

index e619d42b0c5ac2d09e3e62ce10f752df961d60de..95eb2075a047c007a046684e3790c711ba27132c 100644 (file)
--- 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