From f15a47b09621da5b51aa91757f41664796bbf635 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 9 Oct 2016 21:27:15 -0400 Subject: [PATCH] Add one more variable exception to the `make lint` target. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2