Skip to content

Commit e1094da

Browse files
committed
skip unrelevant lint
1 parent 7d150ce commit e1094da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/internal/localizer/builtinplugins.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func (lbp *localizeBuiltinPlugins) localizeAll(node *yaml.RNode) error {
131131
// We rely on the build command to throw errors for nodes in
132132
// built-in plugins that are sequences when expected to be scalar,
133133
// and vice versa.
134+
//nolint: exhaustive
134135
switch node.YNode().Kind {
135136
case yaml.SequenceNode:
136137
return errors.Wrap(node.VisitElements(lbp.localizeScalar))

0 commit comments

Comments
 (0)