Skip to content

Commit 8960bfa

Browse files
committed
increase dupl threshold
1 parent 7116233 commit 8960bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ gometalinter.v2 --disable-all \
130130
--enable=gocyclo \
131131
--line-length=170 \
132132
--enable=lll \
133-
--dupl-threshold=250 \
133+
--dupl-threshold=400 \
134134
--enable=dupl \
135135
./pkg/...
136136
# TODO: Enable these as we fix them to make them pass

0 commit comments

Comments
 (0)