Skip to content

Commit 98a4904

Browse files
committed
wip
1 parent c59013c commit 98a4904

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/meta/meta.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ func (m Meta) HasMultipleVariableSources() (bool, string) {
105105
}
106106
}
107107

108-
if err := w.Flush(); err != nil {
109-
panic(err) // lintignore: R009
110-
}
108+
w.Flush() //nolint:errcheck
111109

112110
return multiple, buf.String()
113111
}

0 commit comments

Comments
 (0)