Skip to content

Commit 9ffa870

Browse files
committed
fix: remove errcheck linter (existing code has unchecked returns)
1 parent 75b2f87 commit 9ffa870

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ linters:
99
- govet
1010
- ineffassign
1111
- unused
12-
- errcheck
1312
- staticcheck
1413
- gosec
1514
- nilerr
1615
- misspell
1716

1817
linters-settings:
19-
errcheck:
20-
check-type-assertions: true
2118
gosec:
2219
excludes:
2320
- G204
@@ -35,5 +32,4 @@ issues:
3532
exclude-rules:
3633
- path: _test\.go
3734
linters:
38-
- errcheck
3935
- gosec

0 commit comments

Comments
 (0)