File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
2
timeout : 10m
3
3
go : " 1.23"
4
- skip-files :
5
- - " zz_generated.*\\ .go$"
6
- - " _conversion\\ .go$"
7
- - " vendored_cluster_api\\ .go$"
8
- - " ^internal/apis/topology/v1alpha1"
9
4
allow-parallel-runners : true
10
5
11
6
linters :
@@ -150,7 +145,6 @@ linters-settings:
150
145
alias : ipamv1
151
146
nolintlint :
152
147
allow-unused : false
153
- allow-leading-space : false
154
148
require-specific : true
155
149
revive :
156
150
rules :
@@ -196,6 +190,11 @@ issues:
196
190
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
197
191
# changes in PRs and avoid nitpicking.
198
192
exclude-use-default : false
193
+ exclude-files :
194
+ - " zz_generated.*\\ .go$"
195
+ - " _conversion\\ .go$"
196
+ - " vendored_cluster_api\\ .go$"
197
+ - " ^internal/apis/topology/v1alpha1"
199
198
exclude-rules :
200
199
# Specific exclude rules for deprecated items that are still part of the codebase. These
201
200
# should be removed as the referenced deprecated item is removed from the project.
You can’t perform that action at this time.
0 commit comments