re-add govet and stable metrics

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2022-03-23 07:56:27 -04:00
parent 3470453e01
commit 0a5f9115f2
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -35,9 +35,7 @@ EXCLUDED_PATTERNS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
"verify-govet-levee.sh" # Do not run levee analysis by default while KEP-1933 implementation is in alpha.
"verify-generated-stable-metrics.sh" # TODO(dims) Need to get this running with golang 1.18
"verify-golangci-lint.sh" # TODO(dims) Need to get this running with golang 1.18
"verify-govet.sh" # TODO(dims) Need to get this running with golang 1.18
"verify-structured-logging.sh" # TODO(dims) Need to get this running with golang 1.18
)