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 b86f527 commit 99b0d02Copy full SHA for 99b0d02
.golangci.yml
@@ -9,19 +9,18 @@ linters:
9
enable:
10
- durationcheck
11
- errcheck
12
- - exportloopref
13
- forcetypeassert
14
- godot
15
- gofmt
16
- gosimple
+ - govet
17
- ineffassign
18
- makezero
19
- misspell
20
- nilerr
21
- predeclared
22
- staticcheck
23
- - tenv
24
- unconvert
25
- unparam
26
- unused
27
- - vet
+ - usetesting
0 commit comments