File tree Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Expand file tree Collapse file tree 2 files changed +26
-19
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 :
7
4
- errname
8
5
- predeclared
9
- - stylecheck
10
- # - ireturn
11
- # - gomnd
6
+ - staticcheck
12
7
- misspell
13
8
- nilerr
14
9
- nilnil
15
10
- lll
16
- # - gocritic
17
- - typecheck
18
- # - goconst
19
11
- gochecknoinits
20
- # - forbidigo
21
12
- nonamedreturns
22
13
disable :
23
14
- contextcheck
24
15
- exhaustive
25
16
- gosec
26
17
- wrapcheck
27
-
28
- linters-settings :
29
- govet :
30
- disable :
31
- - composites
32
- misspell :
33
- locale : " US"
18
+ settings :
19
+ govet :
20
+ disable :
21
+ - composites
22
+ misspell :
23
+ locale : US
24
+ exclusions :
25
+ generated : lax
26
+ presets :
27
+ - comments
28
+ - common-false-positives
29
+ - legacy
30
+ - std-error-handling
31
+ paths :
32
+ - third_party$
33
+ - builtin$
34
+ - examples$
35
+ formatters :
36
+ exclusions :
37
+ generated : lax
38
+ paths :
39
+ - third_party$
40
+ - builtin$
41
+ - examples$
You can’t perform that action at this time.
0 commit comments