Skip to content

Commit 5c34e51

Browse files
committed
add exclude rules
Signed-off-by: sivchari <[email protected]>
1 parent a9250a3 commit 5c34e51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.golangci-kal.yml

+8
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ issues:
6565
text: "Conditions field must be a slice of metav1.Condition"
6666
linters:
6767
- 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+
linters:
75+
- kal

0 commit comments

Comments
 (0)