Skip to content

Commit a7cadb9

Browse files
committed
scripts: Temporarily disable golangci-lint check
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 39b2a08 commit a7cadb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/verify.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ fi
3333
EXCLUDED_PATTERNS=(
3434
"verify.sh" # this script calls the make rule and would cause a loop
3535
"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"
3639
)
3740

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

0 commit comments

Comments
 (0)