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 @@ -27,6 +27,7 @@ linters:
27
27
- " requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
28
28
- " statusoptional" # Ensure all first children within status should be optional.
29
29
- " statussubresource" # All root objects that have a `status` field should have a status subresource.
30
+ - " uniquemarkers" # Ensure that types and fields do not contain more than a single definition of a marker that should only be present once.
30
31
31
32
# Per discussion in July 2024, we are keeping phase fields for now.
32
33
# See https://github.com/kubernetes-sigs/cluster-api/pull/10897#discussion_r1685929508
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-20250605073038-74075c8eae51
6
+ version : v0.0.0-20250626111229-e719da12d840
You can’t perform that action at this time.
0 commit comments