Skip to content

Commit 59822ab

Browse files
committed
Fix linting issues
1 parent 44e2d5d commit 59822ab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.golangci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,3 @@ linters:
1111
- staticcheck
1212
- unused
1313
- misspell
14-
15-
issues:
16-
exclude-rules:
17-
# Exclude all linters from test files
18-
- path: _test\.go
19-
linters:
20-
- errcheck
21-
22-
exclude:
23-
# Ignore Close errors in defer statements
24-
- "Error return value of.*Close.*is not checked"

0 commit comments

Comments
 (0)