We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d724d5e + 4110315 commit 6bac35bCopy full SHA for 6bac35b
.golangci-kal.yml
@@ -19,6 +19,7 @@ linters-settings:
19
- "conditions" # Ensure conditions have the correct json tags and markers.
20
- "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.
22
+ - "nofloats" # Ensure floats are not used.
23
24
# Per discussion in July 2024, we are keeping phase fields for now.
25
# See https://github.com/kubernetes-sigs/cluster-api/pull/10897#discussion_r1685929508
0 commit comments