Searched refs:pylint (Results 1 - 3 of 3) sorted by relevance

/pkg/src/
H A DMakefile36 pylint := TARGET = pylint macro
47 PYLINT_VER_CMD = PYTHONPATH= /usr/bin/pkg info pkg:/developer/python/pylint | \
68 # run pylint as part of the install target.
69 # it's the best way to ensure things stay pylint clean.
83 pylint: install
84 PYLINT_VER=$(PYLINT_VER_CMD:sh) $(PYTHON27) setup.py pylint
98 packages: install pylint pep8
H A Dsetup.py84 # the version of pylint that we must have in order to run the pylint checks.
496 description = "Runs pylint tools over IPS python source code"
545 log.warn("WARNING: skipping pylint checks: "
550 log.warn("WARNING: skipping pylint checks: the "
562 # assumes pylint is accessible on the sys.path
563 from pylint import lint
566 # Unfortunately, pylint seems pretty fragile and will crash if
569 # files are made pylint clean they should be added to the
1662 'pylint'
[all...]
/pkg/src/tests/
H A Dmultiplatform.py26 from pylint.interfaces import IAstroidChecker
27 from pylint.checkers import BaseChecker
32 This class implements a pylint extension which checks for the use
50 APIs. If an API is called which is in this list, a pylint error is
151 # this is checked elsewhere in pylint (F0401)

Completed in 14 milliseconds