File tree Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Original file line number Diff line number Diff line change @@ -23,47 +23,47 @@ linters:
23
23
# Some linters have been removed because of the go 1.18 issues.
24
24
# https://github.com/golangci/golangci-lint/issues/2649
25
25
- asciicheck
26
- - depguard
27
- - dogsled
28
- - errcheck
29
- - errorlint
30
- - exhaustive
31
- - gci
32
- - gochecknoinits
33
- - gocognit
34
- - goconst
35
- - gocritic
36
- - gocyclo
37
- - godot
38
- - godox
39
- - goerr113
40
- # gofmt
41
- # gofumpt
42
- # goheader
43
- # goimports
44
- # gomodguard
45
- # goprintffuncname
46
- # gosec
47
- # gosimple
48
- # govet
49
- # ineffassign
50
- # lll
51
- # makezero
52
- # misspell
53
- # nakedret
54
- # nestif
55
- # nolintlint
56
- # paralleltest
57
- # predeclared
58
- # revive
59
- # staticcheck
60
- # stylecheck
61
- # thelper
62
- # typecheck
63
- # unconvert
64
- # unused
65
- # whitespace
66
- # wrapcheck
26
+ # depguard
27
+ # dogsled
28
+ # errcheck
29
+ # errorlint
30
+ # exhaustive
31
+ # gci
32
+ # gochecknoinits
33
+ # gocognit
34
+ # goconst
35
+ # gocritic
36
+ # gocyclo
37
+ # godot
38
+ # godox
39
+ # goerr113
40
+ - gofmt
41
+ - gofumpt
42
+ - goheader
43
+ - goimports
44
+ - gomodguard
45
+ - goprintffuncname
46
+ - gosec
47
+ - gosimple
48
+ - govet
49
+ - ineffassign
50
+ - lll
51
+ - makezero
52
+ - misspell
53
+ - nakedret
54
+ - nestif
55
+ - nolintlint
56
+ - paralleltest
57
+ - predeclared
58
+ - revive
59
+ - staticcheck
60
+ - stylecheck
61
+ - thelper
62
+ - typecheck
63
+ - unconvert
64
+ - unused
65
+ - whitespace
66
+ - wrapcheck
67
67
linters-settings :
68
68
depguard :
69
69
rules :
You can’t perform that action at this time.
0 commit comments