Skip to content

Commit 678bf01

Browse files
committed
fixup config
1 parent 131191e commit 678bf01

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.golangci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
run:
22
timeout: 10m
33
go: "1.23"
4-
skip-files:
5-
- "zz_generated.*\\.go$"
6-
- "_conversion\\.go$"
7-
- "vendored_cluster_api\\.go$"
8-
- "^internal/apis/topology/v1alpha1"
94
allow-parallel-runners: true
105

116
linters:
@@ -150,7 +145,6 @@ linters-settings:
150145
alias: ipamv1
151146
nolintlint:
152147
allow-unused: false
153-
allow-leading-space: false
154148
require-specific: true
155149
revive:
156150
rules:
@@ -196,6 +190,11 @@ issues:
196190
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
197191
# changes in PRs and avoid nitpicking.
198192
exclude-use-default: false
193+
exclude-files:
194+
- "zz_generated.*\\.go$"
195+
- "_conversion\\.go$"
196+
- "vendored_cluster_api\\.go$"
197+
- "^internal/apis/topology/v1alpha1"
199198
exclude-rules:
200199
# Specific exclude rules for deprecated items that are still part of the codebase. These
201200
# should be removed as the referenced deprecated item is removed from the project.

0 commit comments

Comments
 (0)