github.com/nya3jp/tast@v0.0.0-20230601000426-85c8e4d83a9b/PRESUBMIT.cfg (about)

     1  [Hook Scripts]
     2  tast_lint = tools/run_lint.sh -commit=${PRESUBMIT_COMMIT}
     3  
     4  [Hook Overrides]
     5  git_cl_presubmit: false
     6  stray_whitespace_check: true
     7  # Format .proto files.
     8  clang_format_check: true
     9  
    10  [Hook Overrides Options]
    11  # This whitespace check isn't Golang-aware (e.g., for string literals). Just
    12  # rely on tast-lint.
    13  stray_whitespace_check: --exclude_regex=\.go$
    14  long_line_check: --exclude_regex=run_vet\.sh$