Skip to content

Commit

Permalink
Merge pull request #11910 from sivchari/enable-nofloats
Browse files Browse the repository at this point in the history
🌱  Enable nofloats linter
  • Loading branch information
k8s-ci-robot authored Feb 28, 2025
2 parents d724d5e + 4110315 commit 6bac35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci-kal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ linters-settings:
- "conditions" # Ensure conditions have the correct json tags and markers.
- "integers" # Ensure only int32 and int64 are used for integers.
- "statussubresource" # All root objects that have a `status` field should have a status subresource.
- "nofloats" # Ensure floats are not used.

# Per discussion in July 2024, we are keeping phase fields for now.
# See https://github.com/kubernetes-sigs/cluster-api/pull/10897#discussion_r1685929508
Expand Down

0 comments on commit 6bac35b

Please sign in to comment.