Skip to content

build(deps): bump golangci/golangci-lint-action from 3.1.0 to 4.0.0 #67

build(deps): bump golangci/golangci-lint-action from 3.1.0 to 4.0.0

build(deps): bump golangci/golangci-lint-action from 3.1.0 to 4.0.0 #67

Triggered via pull request February 12, 2024 11:21
Status Failure
Total duration 3m 1s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
golangci: types.go#L114
File is not `gofmt`-ed with `-s` (gofmt)
golangci: remotedb/grpcdb/doc.go#L22
File is not `gofmt`-ed with `-s` (gofmt)
golangci: remotedb/grpcdb/server.go#L54
File is not `gofmt`-ed with `-s` (gofmt)
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: remotedb/remotedb.go#L9
import 'github.com/tendermint/tm-db/remotedb/grpcdb' is not allowed from list 'Main' (depguard)
golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: memdb.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
golangci: backend_test.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
golangci: memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)
golangci: test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)