Skip to content

feat: new vote extenison type THRESHOLD_RAW #1646

feat: new vote extenison type THRESHOLD_RAW

feat: new vote extenison type THRESHOLD_RAW #1646

Triggered via pull request December 21, 2023 13:42
Status Failure
Total duration 47s
Artifacts

lint.yml

on: pull_request
golangci-lint
37s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
golangci-lint: cmd/tenderdash/commands/reset.go#L149
unused-parameter: parameter 'keyType' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: cmd/tenderdash/commands/gen_node_key.go#L60
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: cmd/tenderdash/commands/gen_node_key.go#L141
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: cmd/tenderdash/commands/compact.go#L7
import 'github.com/sasha-s/go-deadlock' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L9
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L10
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L11
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L12
import 'github.com/syndtr/goleveldb/leveldb/util' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L14
import 'github.com/dashpay/tenderdash/config' is not allowed from list 'Main' (depguard)
golangci-lint: cmd/tenderdash/commands/compact.go#L15
import 'github.com/dashpay/tenderdash/libs/log' 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/