Skip to content

Commit ecd52f2

Browse files
committed
scripts: Temporarily disable shellcheck+boilerplate checks
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 72b1508 commit ecd52f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/verify.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ EXCLUDED_PATTERNS=(
3636
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
3737

3838
# TODO(verify): Enable these checks once their errors have been resolved
39+
"verify-boilerplate.sh"
3940
"verify-golangci-lint.sh"
41+
"verify-shellcheck.sh"
4042
)
4143

4244
EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${REPO_ROOT}\/hack\/} 2>/dev/null || true)

0 commit comments

Comments
 (0)