File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ jobs:
121121 version : 3.x
122122
123123 - name : Install golangci-lint
124- uses : golangci/golangci-lint-action@v3
124+ uses : golangci/golangci-lint-action@v8
125125 with :
126- version : v1.54
126+ version : v2.5.0
127127
128128 - name : Check style
129129 env :
Original file line number Diff line number Diff line change 1- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go/.golangci.yml
2- # See: https://golangci-lint.run/usage/configuration/
3- issues :
4- exclude-use-default : false
1+ version : " 2"
52linters :
63 enable :
74 - revive
5+ exclusions :
6+ generated : lax
7+ paths :
8+ - third_party$
9+ - builtin$
10+ - examples$
11+ formatters :
12+ exclusions :
13+ generated : lax
14+ paths :
15+ - third_party$
16+ - builtin$
17+ - examples$
You can’t perform that action at this time.
0 commit comments