We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2668b3a commit 1f9a5e8Copy full SHA for 1f9a5e8
.golangci.yml
@@ -23,6 +23,7 @@ linters:
23
- dogsled
24
- dupl
25
- errcheck
26
+ - exportloopref
27
- gocognit
28
- goconst
29
- gocritic
@@ -36,14 +37,11 @@ linters:
36
37
- gosimple
38
- govet
39
- ineffassign
- - interfacer
40
- - maligned
41
- misspell
42
- nestif
43
- nolintlint
44
- prealloc
45
- rowserrcheck
46
- - scopelint
47
- staticcheck
48
- structcheck
49
- stylecheck
@@ -65,7 +63,6 @@ issues:
65
63
66
64
- gocyclo
67
- gosec
68
69
70
71
- unused
0 commit comments