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 50a7e6b commit d1d624aCopy full SHA for d1d624a
.golangci.yml
@@ -5,7 +5,6 @@ linters:
5
- gocritic
6
- govet
7
- ineffassign
8
- - staticcheck
9
- unused
10
exclusions:
11
generated: lax
@@ -15,13 +14,13 @@ linters:
15
14
- legacy
16
- std-error-handling
17
paths:
18
- - vendor$
19
- - examples$
+ - vendor
+ - examples
20
formatters:
21
enable:
22
- gofmt
23
24
25
26
27
0 commit comments