blob: bf7198406e98d56a9ac9273c5a461c9575380bc6 [file] [log] [blame]
[Hook Scripts]
tast_lint = tools/run_lint.sh -commit=${PRESUBMIT_COMMIT}
[Hook Overrides]
git_cl_presubmit: false
stray_whitespace_check: true
# Format .proto files.
clang_format_check: true
[Hook Overrides Options]
# This whitespace check isn't Golang-aware (e.g., for string literals). Just
# rely on tast-lint.
stray_whitespace_check: --exclude_regex=\.go$
long_line_check: --exclude_regex=run_vet\.sh$