Lines Matching refs:is
20 Sometimes you might want to bypass the upload checks. While this is **strongly
52 This file is checked in the top of a specific git repository. Stacking them
53 in subdirectories (to try and override parent settings) is not supported.
91 branch. This is typically latest commit in the remote-tracking branch.
95 * `PREUPLOAD_COMMIT`: The commit that is currently being checked.
108 will be repeated for each file automatically. If no string is preceding/attached
148 The key can be any name (as long as the syntax is valid), as can the program
149 that is executed. The key is used as the name of the hook for reporting purposes,
152 Whitespace in the key name is OK!
175 * `clang_format`: Run git-clang-format against the commit. The default style is
192 * `jsonlint`: Verify JSON code is sane.
219 Quoting is handled naturally. i.e. use `"a b c"` to pass an argument with
234 executables can be overridden through `[Tool Paths]`. This is helpful to
266 * Don't worry about namespace collisions. The `pre-upload.py` script is loaded
267 and exec-ed in its own context. The only entry-point that matters is `main`.
273 If the return code of a hook is 77, then it is assumed to be a warning. The
280 * Some checkers operate on the files as they exist in the filesystem. This is
287 instead of relying on the version that is in $PATH.