Verify: add static analysis to verify new feature gates are added as versioned feature specs.

Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
Siyuan Zhang
2024-04-19 15:25:54 -07:00
parent dbc2b0a5c7
commit 35488ef5c7
13 changed files with 2726 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ QUICK_PATTERNS+=(
"verify-api-groups.sh"
"verify-boilerplate.sh"
"verify-external-dependencies-version.sh"
"verify-featuregates.sh"
"verify-fieldname-docs.sh"
"verify-gofmt.sh"
"verify-imports.sh"