style: Improve code quality with new linters #4512
Annotations
10 errors and 2 warnings
baseapp/abci_test.go#L113
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
baseapp/deliver_tx_test.go#L52
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
baseapp/deliver_tx_test.go#L97
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
baseapp/deliver_tx_test.go#L1822
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
client/cmd_test.go#L97
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
client/config/cmd.go#L33
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
client/config/cmd.go#L62
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
client/config/cmd.go#L86
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
client/config/config.go#L62
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
client/config/config.go#L66
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job failed
Loading