mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 11:31:06 +00:00
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:
parent
6b0cf48959
commit
e76012f190
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -137,6 +137,7 @@ test: localbuild
|
|||
pylint:
|
||||
$(PYLINT) $(PYLINTOPTS) $(PYFILES) | \
|
||||
grep -v "Undefined variable '_'" | \
|
||||
grep -v "Undefined variable '_n'" | \
|
||||
uniq
|
||||
|
||||
.PHONY: pyflakes
|
||||
|
|
|
|||
Loading…
Reference in a new issue