Skip to content

Remove legacy msgfees gov proposal handlers #7085

Remove legacy msgfees gov proposal handlers

Remove legacy msgfees gov proposal handlers #7085

Triggered via pull request May 15, 2024 19:02
Status Failure
Total duration 4m 11s
Artifacts

lint.yml

on: pull_request
golangci-lint
4m 2s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: x/attribute/keeper/keeper.go#L104
dupBranchBody: both branches in if statement have same body (gocritic)
golangci-lint: cmd/provenanced/config/toml.go#L54
G306: Expect WriteFile permissions to be 0600 or less (gosec)
golangci-lint: x/quarantine/quarantine.go#L88
if-return: redundant if ...; err != nil check, just return error instead. (revive)
golangci-lint: x/ibchooks/module.go#L48
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: testutil/cli/exec.go#L29
exported: type name will be used as cli.CLITxExecutor by other packages, and that stutters; consider calling this TxExecutor (revive)
golangci-lint: internal/handlers/msg_service_router.go#L103
(*PioMsgServiceRouter).registerMsgServiceHandler - result 0 (error) is always nil (unparam)
golangci-lint: internal/protocompat/protocompat.go#L8
import 'github.com/golang/protobuf/proto' is not allowed from list 'main' (depguard)
golangci-lint: x/metadata/types/address.go#L14
import 'sigs.k8s.io/yaml' is not allowed from list 'main' (depguard)
golangci-lint: x/msgfees/client/cli/tx.go#L92
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
golangci-lint: cmd/provenanced/cmd/genaccounts.go#L689
S1040: type assertion to the same type: msg already has type sdk.Msg (gosimple)
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.