Skip to content

Commit b5de956

Browse files
committed
all: disable dupl linter for tests
1 parent af6b70b commit b5de956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ linters:
137137
- whitespace # TODO: fix the code generation
138138
- path: (.*_test.go)
139139
linters:
140+
- dupl
140141
- goconst
141142

142143
issues:

0 commit comments

Comments
 (0)