File tree Expand file tree Collapse file tree 2 files changed +54
-22
lines changed Expand file tree Collapse file tree 2 files changed +54
-22
lines changed Original file line number Diff line number Diff line change 57
57
with :
58
58
reporter : github-pr-review
59
59
level : error
60
- golangci_lint_version : v1.64.8
61
60
62
61
gofmt :
63
62
name : runner / gofmt
Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
linters :
2
- presets :
3
- - bugs
4
- - error
5
- - unused
6
3
enable :
4
+ - asasalint
5
+ - asciicheck
6
+ - bidichk
7
+ - bodyclose
8
+ - durationcheck
9
+ - err113
10
+ - errchkjson
7
11
- errname
8
- - predeclared
9
- - stylecheck
10
- # - ireturn
11
- # - gomnd
12
+ - errorlint
13
+ - gocheckcompilerdirectives
14
+ - gochecknoinits
15
+ - gochecksumtype
16
+ - gosmopolitan
17
+ - lll
18
+ - loggercheck
19
+ - makezero
12
20
- misspell
21
+ - musttag
13
22
- nilerr
23
+ - nilnesserr
14
24
- nilnil
15
- - lll
16
- # - gocritic
17
- - typecheck
18
- # - goconst
19
- - gochecknoinits
20
- # - forbidigo
25
+ - noctx
21
26
- nonamedreturns
27
+ - predeclared
28
+ - protogetter
29
+ - reassign
30
+ - recvcheck
31
+ - rowserrcheck
32
+ - spancheck
33
+ - sqlclosecheck
34
+ - staticcheck
35
+ - testifylint
36
+ - unparam
37
+ - zerologlint
22
38
disable :
23
39
- contextcheck
24
40
- exhaustive
25
41
- gosec
26
42
- wrapcheck
27
-
28
- linters-settings :
29
- govet :
30
- disable :
31
- - composites
32
- misspell :
33
- locale : " US"
43
+ settings :
44
+ govet :
45
+ disable :
46
+ - composites
47
+ misspell :
48
+ locale : US
49
+ exclusions :
50
+ generated : lax
51
+ presets :
52
+ - comments
53
+ - common-false-positives
54
+ - legacy
55
+ - std-error-handling
56
+ paths :
57
+ - third_party$
58
+ - builtin$
59
+ - examples$
60
+ formatters :
61
+ exclusions :
62
+ generated : lax
63
+ paths :
64
+ - third_party$
65
+ - builtin$
66
+ - examples$
You can’t perform that action at this time.
0 commit comments