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 7d150ce commit e1094daCopy full SHA for e1094da
api/internal/localizer/builtinplugins.go
@@ -131,6 +131,7 @@ func (lbp *localizeBuiltinPlugins) localizeAll(node *yaml.RNode) error {
131
// We rely on the build command to throw errors for nodes in
132
// built-in plugins that are sequences when expected to be scalar,
133
// and vice versa.
134
+ //nolint: exhaustive
135
switch node.YNode().Kind {
136
case yaml.SequenceNode:
137
return errors.Wrap(node.VisitElements(lbp.localizeScalar))
0 commit comments