We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421a5f commit 6ed7c36Copy full SHA for 6ed7c36
testing/checkpr.sh
@@ -62,6 +62,7 @@ mapfile -t lintdirs < <( find . -type d \
62
golangci-lint run \
63
--new-from-rev="$mergebase" \
64
--print-welcome=false \
65
- --disable=varcheck \
+ --disable=deadcode \
66
--disable=typecheck \
67
+ --disable=varcheck \
68
"${lintdirs[@]}" || exit 1
0 commit comments