We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2f87 commit 9ffa870Copy full SHA for 9ffa870
1 file changed
.golangci.yml
@@ -9,15 +9,12 @@ linters:
9
- govet
10
- ineffassign
11
- unused
12
- - errcheck
13
- staticcheck
14
- gosec
15
- nilerr
16
- misspell
17
18
linters-settings:
19
- errcheck:
20
- check-type-assertions: true
21
gosec:
22
excludes:
23
- G204
@@ -35,5 +32,4 @@ issues:
35
32
exclude-rules:
36
33
- path: _test\.go
37
34
linters:
38
39
0 commit comments