Skip to content

Commit 39d4f4e

Browse files
feat(golangci): ignore tests for goconst (#504)
1 parent c2a7d4c commit 39d4f4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ linters:
5353
errcheck:
5454
check-type-assertions: true
5555
goconst:
56+
ignore-tests: true
5657
min-len: 5
5758
nolintlint:
5859
require-specific: true

0 commit comments

Comments
 (0)