mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 19:41:06 +00:00
use new pylint version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2291 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4f3dc7a7fd
commit
29749faa67
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -16,9 +16,9 @@ PYFILES := $(wildcard linkcheck/*.py linkcheck/logger/*.py \
|
|||
linkcheck/checker/*.py)
|
||||
TESTFILES := $(wildcard linkcheck/tests/*.py linkcheck/ftests/*.py)
|
||||
PYCHECKEROPTS := -F config/pycheckrc
|
||||
PYLINT := env PYTHONPATH=. PYLINTRC=config/pylintrc pylint
|
||||
PYLINT := env PYTHONPATH=. PYLINTRC=config/pylintrc pylint.$(PYTHON)
|
||||
PYLINTOPTS :=
|
||||
PYLINTBROKEN = linkcheck/lc_cgi.py
|
||||
PYLINTBROKEN =
|
||||
PYLINTFILES = $(filter-out $(PYLINTBROKEN),$(PYFILES))
|
||||
|
||||
all:
|
||||
|
|
|
|||
Loading…
Reference in a new issue