File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,6 @@ linters:
186
186
text : " optionalfields: field AddressRef is optional and should (be a pointer|have the omitempty tag)"
187
187
linters :
188
188
- 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
194
189
195
190
issues :
196
191
max-same-issues : 0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: golangci-lint-kube-api-linter
3
3
destination : ./bin
4
4
plugins :
5
5
- module : ' sigs.k8s.io/kube-api-linter'
6
- version : v0.0.0-20250710131328-b566fe88b732
6
+ version : v0.0.0-20250716173026-43a29a6047dd
You can’t perform that action at this time.
0 commit comments