File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,29 @@ 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
- godot
24
27
- gofmt
28
+ - goheader
25
29
- goimports
30
+ - gomoddirectives
31
+ - gomodguard
26
32
- gosmopolitan
27
33
- govet
28
34
- grouper
@@ -46,32 +52,32 @@ linters:
46
52
- promlinter
47
53
- protogetter
48
54
- reassign
55
+ - rowserrcheck
49
56
- sloglint
50
57
- spancheck
58
+ - sqlclosecheck
51
59
- staticcheck
52
60
- tagalign
53
61
- tagliatelle
54
62
- tenv
55
63
- testableexamples
56
64
- testifylint
65
+ - tparallel
57
66
- typecheck
58
67
- unused
59
68
- usestdlibvars
60
69
- wastedassign
61
70
- zerologlint
62
- # - asciicheck
63
71
# - bodyclose
64
72
# - contextcheck
65
73
# - cyclop
66
74
# - depguard
67
- # - dogsled
68
75
# - err113
69
76
# - errcheck
70
77
# - errchkjson
71
78
# - errorlint
72
79
# - exhaustive
73
80
# - exhaustruct
74
- # - exportloopref
75
81
# - forbidigo
76
82
# - funlen
77
83
# - gci
@@ -83,9 +89,6 @@ linters:
83
89
# - gocyclo
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