File tree Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 32
32
go-version-file : .go-version
33
33
cache : true
34
34
- name : Golangci-lint
35
- uses : golangci/golangci-lint-action@v6.5.1
35
+ uses : golangci/golangci-lint-action@v8.0.0
Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
linters :
2
3
enable :
3
- - goimports
4
4
- misspell
5
5
- revive
6
-
7
- issues :
8
- exclude-rules :
9
- - path : _test.go
10
- linters :
11
- - errcheck
6
+ exclusions :
7
+ generated : lax
8
+ presets :
9
+ - comments
10
+ - common-false-positives
11
+ - legacy
12
+ - std-error-handling
13
+ rules :
14
+ - linters :
15
+ - errcheck
16
+ path : _test.go
17
+ paths :
18
+ - third_party$
19
+ - builtin$
20
+ - examples$
21
+ formatters :
22
+ enable :
23
+ - goimports
24
+ exclusions :
25
+ generated : lax
26
+ paths :
27
+ - third_party$
28
+ - builtin$
29
+ - examples$
You can’t perform that action at this time.
0 commit comments