| [Hook Scripts] | |
| git_cl_presubmit = vpython3 $(which presubmit_support.py) $(if [[ "${PRESUBMIT_COMMIT}" = pre-submit ]]; then echo --commit; fi) | |
| [Hook Overrides] | |
| cros_license_check: true | |
| # Must set to (the default) true, so that options below take effect. | |
| gofmt_check: true | |
| [Hook Overrides Options] | |
| cros_license_check: --exclude_regex=recipes/recipes\.py$ | |
| gofmt_check: --exclude_regex=.*\.pb\.go$ |