adding params and query #2880
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors and 10 warnings
golangci-lint:
x/authority/keeper/params.go#L28
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/authority/types/keys.go#L17
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/authority/types/msgs.go#L60
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/authority/keeper/proposal.go#L74
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/authority/client/cli/tx.go#L48
ineffectual assignment to err (ineffassign)
|
golangci-lint:
x/authority/keeper/proposal.go#L115
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
golangci-lint
issues found
|
golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
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-lint
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-lint:
x/authority/types/authorization.go#L9
var-naming: func parameter msgTypeUrl should be msgTypeURL (revive)
|
golangci-lint:
x/authority/keeper/params.go#L20
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/authority/keeper/proposal.go#L70
receiver-naming: receiver name keeper should be consistent with previous receiver name k for Keeper (revive)
|
golangci-lint:
x/authority/keeper/proposal.go#L122
receiver-naming: receiver name keeper should be consistent with previous receiver name k for Keeper (revive)
|
golangci-lint:
x/authority/module.go#L143
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/authority/genesis.go#L11
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/authority/genesis.go#L15
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|