Incentives: Suspend "absentee" accounts that don't propose. #12612
reviewdog.yml
on: pull_request
reviewdog-errors
3m 47s
reviewdog-warnings
1m 50s
Annotations
3 errors and 2 warnings
reviewdog-errors:
config/consensus.go#L542
[Lint Errors] reported by reviewdog 🐶
exported: exported type MiningRules should have comment or be unexported (revive)
Raw Output:
config/consensus.go:542:6: exported: exported type MiningRules should have comment or be unexported (revive)
type MiningRules struct {
^
|
reviewdog-errors:
config/consensus.go#L589
[Lint Errors] reported by reviewdog 🐶
exported: exported method ConsensusParams.Mining should have comment or be unexported (revive)
Raw Output:
config/consensus.go:589:1: exported: exported method ConsensusParams.Mining should have comment or be unexported (revive)
func (cp ConsensusParams) Mining() MiningRules {
^
|
reviewdog-errors
reviewdog exited with status code: 1
|
reviewdog-warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.5.3, actions/setup-go@v4.0.1, actions/cache@v3.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
reviewdog-errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.5.3, reviewdog/action-golangci-lint@v2.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|