We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9568b commit 5560d81Copy full SHA for 5560d81
testing/checkpr.sh
@@ -64,5 +64,6 @@ golangci-lint run \
64
--print-welcome=false \
65
--disable=deadcode \
66
--disable=typecheck \
67
+ --disable=unused \
68
--disable=varcheck \
69
"${lintdirs[@]}" || exit 1
0 commit comments