Home
last modified time | relevance | path

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

/external/autotest/utils/
Drun_pylint.py214 old_msg = self.linter._messages[key].msg
219 self.linter._messages[key].msg = ('Docstring needs '
222 self.linter._messages[key].msg = old_msg
244 if pylint_runner.linter.msg_status:
245 raise pylint_error(pylint_runner.linter.msg_status)
275 if pylint_runner.linter.msg_status:
276 pylint_error(pylint_runner.linter.msg_status)
/external/chromium-trace/catapult/third_party/closure_linter/
DREADME.chromium1 Name: closure-linter
2 URL: http://code.google.com/p/closure-linter/
11 Guide. The linter handles style issues so that you can focus on the code.
DREADME8 gjslint - runs the linter and checks for errors
/external/llvm/utils/lint/
Dcommon_lint.py77 def RunLintOverAllFiles(linter, filenames): argument
95 lint.extend(linter.RunOnFile(filename, lines))
/external/vixl/
DREADME.md52 To run the linter stage of the tests, the following software is also required:
133 By default, the `tools/test.py` script runs a linter to check that the source
136 The linter has the following dependencies:
143 It is possible to tell `tools/test.py` to skip the linter stage by passing
/external/clang/docs/
DClangTools.rst109 linter tool. It provides an extensible framework for building compiler-based
/external/webrtc/talk/
Dlibjingle.gyp259 # lint_action invoke the Android linter).