Skip to content

Commit ad8f5c6

Browse files
authored
Merge pull request #12427 from sbueringer/pr-enable-unique-markers-linter
🌱 Bump KAL to 20250626 + enable uniquemarkers linter
2 parents bdf9ff7 + 337dc06 commit ad8f5c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.golangci-kal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ linters:
2727
- "requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
2828
- "statusoptional" # Ensure all first children within status should be optional.
2929
- "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.
3031

3132
# Per discussion in July 2024, we are keeping phase fields for now.
3233
# See https://github.com/kubernetes-sigs/cluster-api/pull/10897#discussion_r1685929508

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-20250605073038-74075c8eae51
6+
version: v0.0.0-20250626111229-e719da12d840

0 commit comments

Comments
 (0)