Skip to content

Commit e8a0d73

Browse files
committed
ignore linter warning
1 parent d2c384b commit e8a0d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/benchi/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func mainE() error {
9494
return err //nolint:wrapcheck // Wrapping this error wouldn't add any value.
9595
}
9696

97-
return m.(mainModel).LastError()
97+
return m.(mainModel).LastError() //nolint:forcetypeassert // We know the type of the model.
9898
}
9999

100100
func prepareLogger() (io.Reader, io.Reader, func(), error) {

0 commit comments

Comments
 (0)