We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba579bf commit edae21aCopy full SHA for edae21a
.golangci-kal.yml
@@ -67,17 +67,6 @@ issues:
67
- kal
68
# We follow the current CustomResourceDefinition field's json tag pattern.
69
- path: "api/v1beta1/*"
70
- source: "X.*"
71
- linters:
72
- - kal
73
- # These reporting are false positives.
74
- # When the following issue is fixed, remove the exclusion.
75
- # https://github.com/JoelSpeed/kal/issues/43
76
- - path: "bootstrap/kubeadm/api/v1beta1/*"
77
- text: "jsontags: field ID json tag does not match pattern"
78
79
80
81
- text: "jsontags: field Secret json tag does not match pattern"
+ text: "field (XPreserveUnknownFields|XPreserveUnknownFields|XValidations|XMetadata|XIntOrString) json tag does not match pattern"
82
linters:
83
0 commit comments