mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Don't run presubmits over the .git folder (#711)
This commit is contained in:
parent
bdebf7c325
commit
3c632b3fc0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import sys
|
||||||
import re
|
import re
|
||||||
|
|
||||||
# We should never analyze any generated files
|
# We should never analyze any generated files
|
||||||
UNIVERSALLY_SKIPPED_PATTERNS = {"/build/", "cloudbuild-caches", "/out/"}
|
UNIVERSALLY_SKIPPED_PATTERNS = {"/build/", "cloudbuild-caches", "/out/", ".git/"}
|
||||||
# We can't rely on CI to have the Enum package installed so we do this instead.
|
# We can't rely on CI to have the Enum package installed so we do this instead.
|
||||||
FORBIDDEN = 1
|
FORBIDDEN = 1
|
||||||
REQUIRED = 2
|
REQUIRED = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue