File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ linters:
23
23
- " nofloats" # Ensure floats are not used.
24
24
- " optionalorrequired" # Every field should be marked as `+optional` or `+required`.
25
25
- " requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
26
+ - " statusoptional" # Ensure all first children within status should be optional.
26
27
- " statussubresource" # All root objects that have a `status` field should have a status subresource.
27
28
28
29
# Per discussion in July 2024, we are keeping phase fields for now.
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-20250411141643-33ef95a5ee04
6
+ version : v0.0.0-20250515061849-37102c8f17a9
You can’t perform that action at this time.
0 commit comments