We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62903b commit 636ec89Copy full SHA for 636ec89
.golangci.yaml
@@ -29,6 +29,21 @@ linters:
29
# Discoverability is for configuration APIs, generally singletons.
30
# Refer to the API conventions for when to use discoverability (not our default stance).
31
policy: Ignore
32
+ uniqueMarkers:
33
+ customMarkers:
34
+ - identifier: "openshift:validation:FeatureGateAwareEnum"
35
+ attributes:
36
+ - featureGate
37
+ - requiredFeatureGate
38
+ - identifier: "openshift:validation:FeatureGateMaxItems"
39
40
41
42
+ - identifier: "openshift:validation:FeatureGateAwareXValidation"
43
44
45
46
+ - rule
47
exclusions:
48
generated: lax
49
presets:
0 commit comments