File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ linters-settings:
23
23
- " maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
24
24
- " nobools" # Bools do not evolve over time, should use enums instead.
25
25
- " nofloats" # Ensure floats are not used.
26
+ - " nomaps" # Ensure maps are not used.
26
27
- " optionalorrequired" # Every field should be marked as `+optional` or `+required`.
27
28
- " requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
28
29
- " statussubresource" # All root objects that have a `status` field should have a status subresource.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: golangci-lint-kal-v1.63.4
3
3
destination : ./bin
4
4
plugins :
5
5
- module : ' github.com/JoelSpeed/kal'
6
- version : v0.0.0-20250305092907-abd233a9fed8
6
+ version : v0.0.0-20250407102514-379949d8df6f
You can’t perform that action at this time.
0 commit comments