Skip to content

Commit 9dfc0f7

Browse files
authored
Merge pull request #12500 from sbueringer/pr-bump-kal
🌱 Bump KAL and remove enum exclude
2 parents d2c325e + 9465d22 commit 9dfc0f7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.golangci-kal.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ linters:
186186
text: "optionalfields: field AddressRef is optional and should (be a pointer|have the omitempty tag)"
187187
linters:
188188
- kubeapilinter
189-
# KAL does not handle enum markers on enum types yet: https://github.com/kubernetes-sigs/kube-api-linter/issues/113
190-
- path: ".*"
191-
text: "optionalfields: field (Polarity|Format|Encoding|Type|DeletePolicy|FailurePolicy) is optional and (should be a pointer|has a valid zero value)"
192-
linters:
193-
- kubeapilinter
194189

195190
issues:
196191
max-same-issues: 0

hack/tools/.custom-gcl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:
55
- module: 'sigs.k8s.io/kube-api-linter'
6-
version: v0.0.0-20250710131328-b566fe88b732
6+
version: v0.0.0-20250716173026-43a29a6047dd

0 commit comments

Comments
 (0)