Lines Matching refs:hook
7 turn on any hook it wishes to enforce.
58 # Per-project `repo upload` hook settings.
149 that is executed. The key is used as the name of the hook for reporting purposes,
161 my first hook = program --gogog ${PREUPLOAD_FILES}
162 another hook = funtimes --i-need "some space" ${PREUPLOAD_FILES}
202 files match in a specific commit, then the hook will be skipped for that commit.
238 * `bpfmt`: used for the `bpfmt` builtin hook.
239 * `clang-format`: used for the `clang_format` builtin hook.
240 * `cpplint`: used for the `cpplint` builtin hook.
241 * `git-clang-format`: used for the `clang_format` builtin hook.
242 * `gofmt`: used for the `gofmt` builtin hook.
243 * `google-java-format`: used for the `google_java_format` builtin hook.
244 * `google-java-format-diff`: used for the `google_java_format` builtin hook.
245 * `pylint`: used for the `pylint` builtin hook.
246 * `rustfmt`: used for the `rustfmt` builtin hook.
248 builtin hook.
264 These are notes for people updating the `pre-upload.py` hook itself:
273 If the return code of a hook is 77, then it is assumed to be a warning. The