Searched refs:linter (Results 1 – 7 of 7) sorted by relevance
214 old_msg = self.linter._messages[key].msg219 self.linter._messages[key].msg = ('Docstring needs '222 self.linter._messages[key].msg = old_msg244 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)
1 Name: closure-linter2 URL: http://code.google.com/p/closure-linter/11 Guide. The linter handles style issues so that you can focus on the code.
8 gjslint - runs the linter and checks for errors
77 def RunLintOverAllFiles(linter, filenames): argument95 lint.extend(linter.RunOnFile(filename, lines))
52 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 source136 The linter has the following dependencies:143 It is possible to tell `tools/test.py` to skip the linter stage by passing
109 linter tool. It provides an extensible framework for building compiler-based
259 # lint_action invoke the Android linter).