Skip to content

Commit 91cf156

Browse files
committed
wip
1 parent 906f971 commit 91cf156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/isc/vmerror.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func (e *VMErrorTemplate) Create(params ...VMErrorParam) *VMError {
9090
// VMErrorTemplate by mistake, so that we don't crash the VM because of that.
9191
func (e *VMErrorTemplate) Error() string {
9292
// calling Sprintf so that it marks missing parameters as errors
93+
//nolint:govet
9394
return fmt.Sprintf(e.messageFormat)
9495
}
9596

0 commit comments

Comments
 (0)