build(deps): bump golangci/golangci-lint-action from 3 to 4 #37
Annotations
10 errors and 3 warnings
lint:
gov/deposit.go#L65
gov/deposit.go:65: Line contains TODO/BUG/FIXME: "FIXME: It wasn't possible to unmarshal t..." (godox)
|
lint:
utils/binary.go#L36
fmt.Sprintf can be replaced with string addition (perfsprint)
|
lint:
utils/keys.go#L45
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
gov/proposal.go#L47
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
gov/proposal.go#L106
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
gov/proposal_test.go#L83
assignments should only be cuddled with other assignments (wsl)
|
lint:
gov/proposal_test.go#L84
only one cuddle assignment allowed before if statement (wsl)
|
lint:
utils/delegations_test.go#L41
assignments should only be cuddled with other assignments (wsl)
|
lint:
utils/delegations_test.go#L52
expressions should not be cuddled with blocks (wsl)
|
lint:
utils/delegations_test.go#L42
only one cuddle assignment allowed before if statement (wsl)
|
lint:
cmd/upgrade.go#L19
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/vote.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/deposit.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|