build: fix linter warning #45
Annotations
8 errors
internal/model/model_test.go#L199
Error return value of `model.ParseStackFrame` is not checked (errcheck)
|
internal/model/model_test.go#L205
Error return value of `model.ParseStackPos` is not checked (errcheck)
|
internal/model/model_test.go#L211
Error return value of `model.ParseHeader` is not checked (errcheck)
|
main.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
main.go#L51
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
internal/model/model.go#L168
SA4006: this value of `err` is never used (staticcheck)
|
internal/model/model.go#L185
SA4006: this value of `err` is never used (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading