Skip to content

Commit e37ec28

Browse files
committed
fix: remove errcheck linter (existing code has unchecked returns)
1 parent 3f5f5a7 commit e37ec28

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
- misspell
1514
- nilerr
1615
- gosec
1716

1817
linters-settings:
19-
errcheck:
20-
check-type-assertions: true
2118
gosec:
2219
excludes:
2320
- G204
@@ -31,5 +28,4 @@ issues:
3128
exclude-rules:
3229
- path: _test\.go
3330
linters:
34-
- errcheck
3531
- gosec

0 commit comments

Comments
 (0)