HomeSort by relevance Sort by last modified time
    Searched refs:pylint (Results 1 - 3 of 3) sorted by null

  /external/autotest/utils/
run_pylint.py 3 Wrapper to patch pylint library functions to suit autotest.
6 files. It runs pylint on a list of files that it obtains either through
22 # Do a basic check to see if pylint is even installed.
24 import pylint namespace
25 from pylint.__pkginfo__ import version as pylint_version
27 print ("Unable to import pylint, it may need to be installed." namespace
28 " Run 'sudo aptitude install pylint' if you haven't already.")
34 # some files make pylint blow up, so make sure we ignore them
57 import pylint.lint namespace
58 from pylint.checkers import base, imports, variable
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 54 echo "Running pylint"
58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
  /external/chromium-trace/catapult/third_party/coverage/
Makefile 33 -pylint $(LINTABLE)
38 -pylint --disable=all --enable=spelling $(LINTABLE)

Completed in 118 milliseconds