We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19b605 + 1a4ea45 commit 70d9d4eCopy full SHA for 70d9d4e
.golangci-kal.yml
@@ -24,6 +24,7 @@ linters:
24
- "nofloats" # Ensure floats are not used.
25
- "optionalorrequired" # Every field should be marked as `+optional` or `+required`.
26
- "requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
27
+ - "statusoptional" # Ensure all first children within status should be optional.
28
- "statussubresource" # All root objects that have a `status` field should have a status subresource.
29
30
# Per discussion in July 2024, we are keeping phase fields for now.
0 commit comments