| [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$ |