Skip to content

Commit c9258dc

Browse files
committed
flaky test monitor PR merge issues - ignoring unused linter error for tests - taken from #1509
1 parent 41e8654 commit c9258dc

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)