We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b2a08 commit a7cadb9Copy full SHA for a7cadb9
hack/verify.sh
@@ -33,6 +33,9 @@ fi
33
EXCLUDED_PATTERNS=(
34
"verify.sh" # this script calls the make rule and would cause a loop
35
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
36
+
37
+ # TODO(verify): Enable these checks once their errors have been resolved
38
+ "verify-golangci-lint.sh"
39
)
40
41
EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true)
0 commit comments