We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c384b commit e8a0d73Copy full SHA for e8a0d73
cmd/benchi/main.go
@@ -94,7 +94,7 @@ func mainE() error {
94
return err //nolint:wrapcheck // Wrapping this error wouldn't add any value.
95
}
96
97
- return m.(mainModel).LastError()
+ return m.(mainModel).LastError() //nolint:forcetypeassert // We know the type of the model.
98
99
100
func prepareLogger() (io.Reader, io.Reader, func(), error) {
0 commit comments