blob: c27abe62099b2f35339b2921346b788b35fdd84f [file] [log] [blame]
# Per-project `repo upload` hook settings.
# https://chromium.googlesource.com/chromiumos/repohooks/
[Hook Scripts]
cros format = cros format --check --exclude 'third_party/*' --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}
cros lint = cros lint --exclude 'third_party/*' --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}
pre-upload_unittest = ./pre-upload_unittest.py
blocked_terms_unittest = ./blocked_terms_unittest.py
clang-format smoke = ./third_party/clang-format.py --help
[Hook Overrides]
cros_license_check: false
cos_license_check: true
long_line_check: true
tab_check: true
stray_whitespace_check: true
[Hook Overrides Options]
long_line_check: --exclude_regex=third_party/.*
tab_check: --exclude_regex=third_party/.*
stray_whitespace_check: --exclude_regex=third_party/.*