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 906f971 commit 91cf156Copy full SHA for 91cf156
packages/isc/vmerror.go
@@ -90,6 +90,7 @@ func (e *VMErrorTemplate) Create(params ...VMErrorParam) *VMError {
90
// VMErrorTemplate by mistake, so that we don't crash the VM because of that.
91
func (e *VMErrorTemplate) Error() string {
92
// calling Sprintf so that it marks missing parameters as errors
93
+ //nolint:govet
94
return fmt.Sprintf(e.messageFormat)
95
}
96
0 commit comments