Skip to content

refactor: skip unwanted logs (#120) #309

refactor: skip unwanted logs (#120)

refactor: skip unwanted logs (#120) #309

Triggered via push December 19, 2024 12:01
Status Failure
Total duration 2m 29s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golangci: pebble.go#L303
Error return value of `b.batch.Set` is not checked (errcheck)
golangci: pebble.go#L316
Error return value of `b.batch.Delete` is not checked (errcheck)
golangci: pebble.go#L56
unlambda: replace `func(name string, dir string, opts Options) (DB, error) {
golangci: pebble.go#L235
unused-parameter: parameter 'size' seems to be unused, consider removing or renaming it as _ (revive)
golangci: pebble.go#L504
unused-parameter: parameter 'format' seems to be unused, consider removing or renaming it as _ (revive)
golangci: pebble.go#L279
field `db` is unused (unused)
golangci
Process completed with exit code 2.
golangci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636