Home
last modified time | relevance | path

Searched refs:pylint (Results 1 – 7 of 7) sorted by relevance

/tools/repohooks/tools/
Dpylint.py37 def is_pylint3(pylint): argument
40 result = subprocess.run([pylint, '--version'], stdout=subprocess.PIPE,
89 pylint = opts.executable_path
90 if pylint is None:
92 pylint = find_pylint3()
94 pylint = 'pylint'
98 is_pylint3(pylint)
100 cmd = [pylint]
Dpylintrc37 pylint.extensions.bad_builtin,
38 pylint.extensions.check_elif,
39 pylint.extensions.docstyle,
40 pylint.extensions.emptystring,
41 pylint.extensions.overlapping_exceptions,
42 pylint.extensions.redefined_variable_type,
234 # List of members which are set dynamically and missed by pylint inference
/tools/repohooks/
DREADME.md193 * `pylint`: Alias of `pylint2`. Will change to `pylint3` by end of 2019.
194 * `pylint2`: Run Python code through `pylint` using Python 2.
195 * `pylint3`: Run Python code through `pylint` using Python 3.
245 * `pylint`: used for the `pylint` builtin hook.
279 * `pylint` should support per-directory pylintrc files.
282 entire repo in order to perform full checks. e.g. `pylint` needs to know what
286 * We need to add `pylint` tool to the AOSP manifest and use that local copy
/tools/external_updater/
DPREUPLOAD.cfg2 pylint = true
5 pylint = --executable-path pylint3 ${PREUPLOAD_FILES}
/tools/repohooks/rh/
Dhooks.py768 pylint = options.tool_path('pylint')
771 '--executable-path', pylint,
/tools/acloud/
DPREUPLOAD.cfg2 pylint = true
/tools/tradefederation/core/
DPREUPLOAD.cfg3 pylint = true