ignore _n undefined in pylint

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3361 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-06-05 21:11:41 +00:00
parent 6b0cf48959
commit e76012f190

View file

@ -137,6 +137,7 @@ test: localbuild
pylint:
$(PYLINT) $(PYLINTOPTS) $(PYFILES) | \
grep -v "Undefined variable '_'" | \
grep -v "Undefined variable '_n'" | \
uniq
.PHONY: pyflakes