We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59130fa commit 795b679Copy full SHA for 795b679
.golangci-kal.yml
@@ -23,6 +23,7 @@ linters-settings:
23
- "maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
24
- "nobools" # Bools do not evolve over time, should use enums instead.
25
- "nofloats" # Ensure floats are not used.
26
+ - "nomaps" # Ensure maps are not used.
27
- "optionalorrequired" # Every field should be marked as `+optional` or `+required`.
28
- "requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
29
- "statussubresource" # All root objects that have a `status` field should have a status subresource.
0 commit comments