We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5f5a7 commit e37ec28Copy full SHA for e37ec28
1 file changed
.golangci.yml
@@ -9,15 +9,12 @@ linters:
9
- govet
10
- ineffassign
11
- unused
12
- - errcheck
13
- staticcheck
14
- misspell
15
- nilerr
16
- gosec
17
18
linters-settings:
19
- errcheck:
20
- check-type-assertions: true
21
gosec:
22
excludes:
23
- G204
@@ -31,5 +28,4 @@ issues:
31
28
exclude-rules:
32
29
- path: _test\.go
33
30
linters:
34
35
0 commit comments