Lines Matching refs:code
4 perform various checks automatically such as running linters on your code.
188 * `cpplint`: Run through the cpplint tool (for C++ code).
189 * `gofmt`: Run Go code through `gofmt`.
190 * `google_java_format`: Run Java code through
192 * `jsonlint`: Verify JSON code is sane.
194 * `pylint2`: Run Python code through `pylint` using Python 2.
195 * `pylint3`: Run Python code through `pylint` using Python 3.
196 * `rustfmt`: Run Rust code through `rustfmt`.
197 * `xmllint`: Run XML code through `xmllint`.
199 code. Refer to go/test-mapping for more details.
273 If the return code of a hook is 77, then it is assumed to be a warning. The
291 * `clang-check`: Runs static analyzers against code.