File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ linters-settings:
1818 enable :
1919 - " conditions" # Ensure conditions have the correct json tags and markers.
2020 - " integers" # Ensure only int32 and int64 are used for integers.
21+ - " statussubresource" # All root objects that have a `status` field should have a status subresource.
2122
2223 # Per discussion in July 2024, we are keeping phase fields for now.
2324 # See https://github.com/kubernetes-sigs/cluster-api/pull/10897#discussion_r1685929508
@@ -31,7 +32,6 @@ linters-settings:
3132 # - "nobools" # Bools do not evolve over time, should use enums instead.
3233 # - "optionalorrequired" # Every field should be marked as `+optional` or `+required`.
3334 # - "requiredfields" # Required fields should not be pointers, and should not have `omitempty`.
34- # - "statussubresource" # All root objects that have a `status` field should have a status subresource.
3535 disable :
3636 - " *" # We will manually enable new linters after understanding the impact. Disable all by default.
3737 lintersConfig :
You can’t perform that action at this time.
0 commit comments