build(deps): bump go.etcd.io/bbolt from 1.3.6 to 1.3.11 #818
Annotations
10 errors and 10 warnings
Run golangci/[email protected]:
types.go#L114
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/[email protected]:
cleveldb_test.go#L28
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/[email protected]:
remotedb/grpcdb/doc.go#L22
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/[email protected]:
remotedb/grpcdb/client.go#L7
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L12
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L13
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/batch.go#L7
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/batch.go#L8
import 'github.com/tendermint/tm-db/remotedb/proto' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/iterator.go#L4
import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
remotedb/remotedb.go#L9
import 'github.com/tendermint/tm-db/remotedb/grpcdb' is not allowed from list 'Main' (depguard)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci/[email protected]
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/
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L62
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L74
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L84
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
remotedb/grpcdb/server.go#L215
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
memdb.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)
|
Run golangci/[email protected]:
backend_test.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
Loading