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 90c7deb commit 5ae9cd3Copy full SHA for 5ae9cd3
scripts/vet.sh
@@ -97,7 +97,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
97
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true
98
99
# - Collection of revive linter analysis checks
100
- echo $(revive -formatter friendly $MOD_DIR/...) || true
+ revive -formatter friendly $MOD_DIR/... || true
101
102
# Error for anything other than checks that need exclusions.
103
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