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
# Specific exclude rules for deprecated fields that are still part of the codebase. These should be removed as the referenced deprecated item is removed from the project.
221
207
- linters:
222
208
- staticcheck
223
-
text: "SA1019: (bootstrapv1.ClusterStatus|clusterv1.ClusterTopologyManagedFieldsAnnotation|scope.Config.Spec.UseExperimentalRetryJoin|DockerMachine.Spec.Bootstrapped|machineStatus.Bootstrapped) is deprecated"
209
+
text: "SA1019: (bootstrapv1.ClusterStatus|scope.Config.Spec.UseExperimentalRetryJoin|DockerMachine.Spec.Bootstrapped|machineStatus.Bootstrapped) is deprecated"
210
+
# Specific exclude rules for deprecated packages that are still part of the codebase. These
211
+
# should be removed as the referenced deprecated packages are removed from the project.
212
+
- linters:
213
+
- staticcheck
214
+
text: "SA1019: .* is deprecated: This package will be removed in one of the next releases."
215
+
# Specific exclude rules for deprecated types that are still part of the codebase. These
216
+
# should be removed as the referenced deprecated types are removed from the project.
217
+
- linters:
218
+
- staticcheck
219
+
text: "SA1019: (clusterv1alpha4.*) is deprecated: This type will be removed in one of the next releases."
224
220
- linters:
225
221
- revive
226
222
text: "exported: exported method .*\\.(Reconcile|SetupWithManager|SetupWebhookWithManager) should have comment or be unexported"
0 commit comments