We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9250a3 commit 5c34e51Copy full SHA for 5c34e51
.golangci-kal.yml
@@ -65,3 +65,11 @@ issues:
65
text: "Conditions field must be a slice of metav1.Condition"
66
linters:
67
- kal
68
+ - path: "api/v1beta1/*"
69
+ text: "type ClusterIPFamily should not use an int, int8 or int16. Use int32 or int64 depending on bounding requirements"
70
+ linters:
71
+ - kal
72
+ - path: "exp/ipam/api/v1alpha1/*|exp/ipam/api/v1beta1/*"
73
+ text: "field Prefix should not use an int, int8 or int16. Use int32 or int64 depending on bounding requirements"
74
75
0 commit comments