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

  /external/grpc-grpc/tools/distrib/
pylint_code.sh 38 $PYTHON -m pip install pylint==1.9.2
42 $PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" || EXIT=1
46 $PYTHON -m pylint --rcfile=.pylintrc-tests -rn "$dir" || EXIT=1
  /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
37 import pylint.lint
38 from pylint.checkers import base, imports, variable
    [all...]
  /external/antlr/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 96 # pylint tests require the following:
97 pip2 install pylint==1.6.4
98 pip3 install pylint==1.6.4

Completed in 367 milliseconds