.github: remove fmt check, handled by golangci-lint #3
Annotations
8 errors and 1 warning
Run golangci/golangci-lint-action@v3:
decoder.go#L67
`compatability` is a misspelling of `compatibility` (misspell)
|
Run golangci/golangci-lint-action@v3:
scanner.go#L46
`occured` is a misspelling of `occurred` (misspell)
|
Run golangci/golangci-lint-action@v3:
decoder.go#L498
pass []any as any to func append func([]interface{}, ...interface{}) []interface{} (asasalint)
|
Run golangci/golangci-lint-action@v3:
decoder.go#L422
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
Run golangci/golangci-lint-action@v3:
bench_test.go#L72
fmt.Sprint can be replaced with faster strconv.Itoa (perfsprint)
|
Run golangci/golangci-lint-action@v3:
decoder_test.go#L183
variable any has same name as predeclared identifier (predeclared)
|
Run golangci/golangci-lint-action@v3:
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)
|
Run golangci/golangci-lint-action@v3
issues found
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /home/runner/work/json/json. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading