diff --git a/Makefile b/Makefile index 0e0ed894..c6fd74fe 100644 --- a/Makefile +++ b/Makefile @@ -137,6 +137,7 @@ test: localbuild pylint: $(PYLINT) $(PYLINTOPTS) $(PYFILES) | \ grep -v "Undefined variable '_'" | \ + grep -v "Undefined variable '_n'" | \ uniq .PHONY: pyflakes