mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 10:20:23 +00:00
add linkchecker script to pyflake files
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2994 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
51f48790aa
commit
daaaf5cd6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -121,7 +121,7 @@ pylint:
|
|||
|
||||
.PHONY: pyflakes
|
||||
pyflakes:
|
||||
$(PYFLAKES) *.py scripts tests linkcheck | \
|
||||
$(PYFLAKES) *.py linkchecker scripts tests linkcheck config | \
|
||||
grep -v "redefinition of unused 'linkcheck'" | \
|
||||
grep -v "undefined name '_'" | \
|
||||
grep -v "undefined name '_n'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue