feat: allow delaying transactions in ResponsePrepareProposal #1627
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 12 warnings
golangci-lint:
cmd/contract_tests/main.go#L7
import 'github.com/snikch/goodman/hooks' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/contract_tests/main.go#L8
import 'github.com/snikch/goodman/transaction' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/setup.go#L84
empty-block: this block is empty, you can remove it (revive)
|
golangci-lint:
libs/cli/setup.go#L71
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
libs/cli/helper.go#L9
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/helper.go#L10
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/setup.go#L8
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/setup.go#L9
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/setup_test.go#L14
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
golangci-lint:
libs/cli/setup_test.go#L15
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
golangci-lint
The `set-output` 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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@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:
abci/types/application.go#L58
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L62
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L66
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L70
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L76
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L80
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L84
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L88
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L96
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
abci/types/application.go#L135
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|