Skip to content

Commit 3015307

Browse files
author
Colin Leroy-Mira
committed
Fix linter issue
1 parent 11d3a0a commit 3015307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.golangci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ run:
88

99
issues:
1010
exclude-rules:
11-
- path: _test.go
12-
linters:
13-
- errcheck
11+
- path: _test.go
12+
linters:
13+
- errcheck

0 commit comments

Comments
 (0)