]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Add one more variable exception to the `make lint` target.
[dunshire.git] / 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