We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d319312 commit 6d4e7a9Copy full SHA for 6d4e7a9
.golangci-kal.yml
@@ -59,7 +59,7 @@ issues:
59
max-issues-per-linter: 0
60
exclude-rules:
61
# KAL should only run on API folders.
62
- - path-except: "api/*"
+ - path-except: "api//*"
63
linters:
64
- kal
65
- path: "api/v1beta1/*|api/v1alpha1/*"
@@ -74,3 +74,7 @@ issues:
74
text: "field Prefix should not use an int, int8 or int16. Use int32 or int64 depending on bounding requirements"
75
76
77
+ - path: "api/v1alpha1/*|api/v1alpha3/*|api/v1beta1/*"
78
+ text: "maxlength"
79
+ linters:
80
+ - kal
0 commit comments