HomeSort by relevance Sort by last modified time
    Searched refs:pylint (Results 1 - 4 of 4) 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
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages.sh 82 # pylint tests require the following:
83 pip2 install pylint==1.6.4
84 pip3 install pylint==1.6.4
  /tools/repohooks/rh/
hooks.py 31 # pylint: disable=wrong-import-position
483 """Run pylint."""
488 pylint = options.tool_path('pylint')
490 get_helper_path('pylint.py'),
491 '--executable-path', pylint,
493 return _check_cmd('pylint', project, commit, cmd)
552 'pylint': check_pylint,
565 'pylint': 'pylint',
    [all...]

Completed in 2933 milliseconds