Skip to content

build(deps): bump actions/stale from 5 to 9 #791

build(deps): bump actions/stale from 5 to 9

build(deps): bump actions/stale from 5 to 9 #791

Triggered via pull request December 8, 2023 11:08
Status Failure
Total duration 1m 4s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
golangci: boltdb.go#L46
string `.db` has 5 occurrences, make it a constant (goconst)
golangci: types.go#L114
File is not `gofumpt`-ed (gofumpt)
golangci: cleveldb_test.go#L28
File is not `gofumpt`-ed (gofumpt)
golangci: remotedb/grpcdb/doc.go#L22
File is not `gofumpt`-ed (gofumpt)
golangci: remotedb/grpcdb/client.go#L7
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
golangci: remotedb/grpcdb/server.go#L12
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
golangci: remotedb/grpcdb/server.go#L13
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
golangci: remotedb/batch.go#L7
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
golangci: remotedb/batch.go#L8
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
golangci: remotedb/iterator.go#L4
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
golangci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
golangci: remotedb/grpcdb/server.go#L62
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci: remotedb/grpcdb/server.go#L74
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci: remotedb/grpcdb/server.go#L84
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci: remotedb/grpcdb/server.go#L215
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
golangci: test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
golangci: memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)