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 72b1508 commit ecd52f2Copy full SHA for ecd52f2
hack/verify.sh
@@ -36,7 +36,9 @@ EXCLUDED_PATTERNS=(
36
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
37
38
# TODO(verify): Enable these checks once their errors have been resolved
39
+ "verify-boilerplate.sh"
40
"verify-golangci-lint.sh"
41
+ "verify-shellcheck.sh"
42
)
43
44
EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${REPO_ROOT}\/hack\/} 2>/dev/null || true)
0 commit comments