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
25 from pylint.__pkginfo__ import version as pylint_version
27 print ("Unable to import pylint, it may need to be installed."
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
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
  /tools/repohooks/rh/
hooks.py 482 """Run pylint."""
487 pylint = options.tool_path('pylint')
489 get_helper_path('pylint.py'),
490 '--executable-path', pylint,
492 return _check_cmd('pylint', project, commit, cmd)
551 'pylint': check_pylint,
564 'pylint': 'pylint',

Completed in 3768 milliseconds