Skip to content

Commit 5560d81

Browse files
zombiezenChris Lewis
authored and
Chris Lewis
committed
testing: allow _unused_ code in PRs (#94)
Unblocks #68
1 parent cf9568b commit 5560d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/checkpr.sh

+1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ golangci-lint run \
6464
--print-welcome=false \
6565
--disable=deadcode \
6666
--disable=typecheck \
67+
--disable=unused \
6768
--disable=varcheck \
6869
"${lintdirs[@]}" || exit 1

0 commit comments

Comments
 (0)