Skip to content

Commit 8503a6a

Browse files
committed
Update golangci.yml
1 parent b5bad68 commit 8503a6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ linters:
2222
enable:
2323
- goimports
2424
- gosec
25+
26+
issues:
27+
exclude-rules:
28+
- path: _test\.go # disable some linters on test files
29+
linters:
30+
- unused

0 commit comments

Comments
 (0)