Skip to content

.github: remove fmt check, handled by golangci-lint #3

.github: remove fmt check, handled by golangci-lint

.github: remove fmt check, handled by golangci-lint #3

Triggered via push October 31, 2023 20:55
Status Failure
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
golangci: decoder.go#L67
`compatability` is a misspelling of `compatibility` (misspell)
golangci: scanner.go#L46
`occured` is a misspelling of `occurred` (misspell)
golangci: decoder.go#L498
pass []any as any to func append func([]interface{}, ...interface{}) []interface{} (asasalint)
golangci: decoder.go#L422
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
golangci: bench_test.go#L72
fmt.Sprint can be replaced with faster strconv.Itoa (perfsprint)
golangci: decoder_test.go#L183
variable any has same name as predeclared identifier (predeclared)
golangci: bench_test.go#L9
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)
golangci
issues found
golangci
Restore cache failed: Dependencies file is not found in /home/runner/work/json/json. Supported file pattern: go.sum