You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .golangci.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ linters:
111
111
# Silence norefs lint for `Ref` field in ClusterAPI as it refers to an OCI image reference, not a kube object reference.
112
112
path: operator/v1alpha1/types_clusterapi.go
113
113
text: "noreferences: naming convention \"no-references\": field ClusterAPIInstallerComponentImage.Ref: field names should not contain reference-related words"
114
+
- linters:
115
+
- kubeapilinter
116
+
# PacemakerCluster intentionally marks Conditions as required with XValidation rules
117
+
# to enforce specific condition types are always present.
118
+
path: etcd/v1/types_pacemakercluster.go
119
+
text: "conditions: Conditions field in (PacemakerClusterStatus|PacemakerClusterNodeStatus|PacemakerClusterFencingAgentStatus|PacemakerClusterResourceStatus) is missing the following markers: optional"
0 commit comments