Skip to content

Commit e2fe5e0

Browse files
committed
Exclude goconst from test files
1 parent 4e4b3a4 commit e2fe5e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ linters:
101101
- linters:
102102
- godot
103103
source: (TODO)
104+
- path: _test\.go$
105+
linters:
106+
- goconst
104107
- path: (.+)\.go$
105108
text: third_party$
106109
- path: (.+)\.go$

0 commit comments

Comments
 (0)