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 @@ -16,6 +16,7 @@ linters:
16
16
enable :
17
17
- " commentstart" # Ensure comments start with the serialized version of the field name.
18
18
- " conditions" # Ensure conditions have the correct json tags and markers.
19
+ - " duplicatemarkers" # Ensure there are no exact duplicate markers. for types and fields.
19
20
- " integers" # Ensure only int32 and int64 are used for integers.
20
21
- " jsontags" # Ensure every field has a json tag.
21
22
- " maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
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