File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,28 @@ linters:
6
6
disable-all : true
7
7
enable :
8
8
- asasalint
9
+ - asciicheck
9
10
- bidichk
10
11
- canonicalheader
11
12
- containedctx
12
13
- copyloopvar
13
14
- decorder
15
+ - dogsled
14
16
- dupl
15
17
- dupword
16
18
- durationcheck
17
19
- errname
20
+ - exportloopref
18
21
- fatcontext
19
22
- forcetypeassert
20
23
- gocheckcompilerdirectives
21
24
- gochecksumtype
22
25
- gocritic
23
26
- gofmt
27
+ - goheader
24
28
- goimports
29
+ - gomoddirectives
30
+ - gomodguard
25
31
- gosmopolitan
26
32
- govet
27
33
- grouper
@@ -45,32 +51,32 @@ linters:
45
51
- promlinter
46
52
- protogetter
47
53
- reassign
54
+ - rowserrcheck
48
55
- sloglint
49
56
- spancheck
57
+ - sqlclosecheck
50
58
- staticcheck
51
59
- tagalign
52
60
- tagliatelle
53
61
- tenv
54
62
- testableexamples
55
63
- testifylint
64
+ - tparallel
56
65
- typecheck
57
66
- unused
58
67
- usestdlibvars
59
68
- wastedassign
60
69
- zerologlint
61
- # - asciicheck
62
70
# - bodyclose
63
71
# - contextcheck
64
72
# - cyclop
65
73
# - depguard
66
- # - dogsled
67
74
# - err113
68
75
# - errcheck
69
76
# - errchkjson
70
77
# - errorlint
71
78
# - exhaustive
72
79
# - exhaustruct
73
- # - exportloopref
74
80
# - forbidigo
75
81
# - funlen
76
82
# - gci
@@ -83,9 +89,6 @@ linters:
83
89
# - godot
84
90
# - godox
85
91
# - gofumpt
86
- # - goheader
87
- # - gomoddirectives
88
- # - gomodguard
89
92
# - goprintffuncname
90
93
# - gosec
91
94
# - gosimple
@@ -100,12 +103,9 @@ linters:
100
103
# - nonamedreturns
101
104
# - paralleltest
102
105
# - revive
103
- # - rowserrcheck
104
- # - sqlclosecheck
105
106
# - stylecheck
106
107
# - testpackage
107
108
# - thelper
108
- # - tparallel
109
109
# - unconvert
110
110
# - unparam
111
111
# - varnamelen
You can’t perform that action at this time.
0 commit comments