Skip to content

Commit 5ae9cd3

Browse files
committed
remove redirection to file
1 parent 90c7deb commit 5ae9cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
9797
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true
9898

9999
# - Collection of revive linter analysis checks
100-
echo $(revive -formatter friendly $MOD_DIR/...) || true
100+
revive -formatter friendly $MOD_DIR/... || true
101101

102102
# Error for anything other than checks that need exclusions.
103103
noret_grep -v "(ST1000)" "${SC_OUT}" | noret_grep -v "(SA1019)" | noret_grep -v "(ST1003)" | noret_grep -v "(ST1019)\|\(other import of\)" | not grep -v "(SA4000)"

0 commit comments

Comments
 (0)