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