Lines Matching full:hooks
1 # AOSP Preupload Hooks
3 This repo holds hooks that get run by repo during the upload phase. They
6 Note: Currently all hooks are disabled by default. Each repo must explicitly
35 The merging of these config files control the hooks/checks that get run when
67 [Builtin Hooks]
70 [Builtin Hooks Options]
79 Hooks are executed in the top directory of the git repository. All paths should
148 * `ignore_merged_commits`: If set to `true`, the hooks will not run on commits
149 that are merged. Hooks will still run on the merge commit itself.
153 This section allows for completely arbitrary hooks to run on a per-repo basis.
175 ## [Builtin Hooks]
177 This section allows for turning on common/builtin hooks. There are a bunch of
178 canned hooks already included geared towards AOSP style guidelines.
215 Note: Builtin hooks tend to match specific filenames (e.g. `.json`). If no
219 [Builtin Hooks]
226 ## [Builtin Hooks Options]
228 Used to customize the behavior of specific `[Builtin Hooks]`. Any arguments set
239 [Builtin Hooks Options]
244 ## [Builtin Hooks Exclude Paths]
261 [Builtin Hooks Exclude Paths]
274 Some builtin hooks need to call external executables to work correctly. By
312 * New hooks can be added in `rh/hooks.py`. Be sure to keep the list up-to-date
331 * Should make file extension filters configurable. All hooks currently declare