update prepare-env.sh #2
Annotations
10 errors and 1 warning
lint:
docs/docs.go#L32
Error return value of `t.Execute` is not checked (errcheck)
|
lint:
cmd/sscd/cmd/root.go#L228
Error return value of `f.Value.Set` is not checked (errcheck)
|
lint:
app/simulation_test.go#L318
Error return value of `(*github.com/cosmos/cosmos-sdk/types/module.Manager).InitGenesis` is not checked (errcheck)
|
lint:
app/simulation_test.go#L319
Error return value of `newApp.StoreConsensusParams` is not checked (errcheck)
|
lint:
app/simulation_test.go#L452
Error return value of `newApp.InitChain` is not checked (errcheck)
|
lint:
app/simulation_test.go#L54
func `fauxMerkleModeOpt` is unused (unused)
|
lint:
x/billing/keeper/hooks.go#L24
printf: non-constant format string in call to cosmossdk.io/errors.Wrapf (govet)
|
lint:
x/billing/keeper/hooks.go#L41
printf: non-constant format string in call to cosmossdk.io/errors.Wrapf (govet)
|
lint:
x/chainlet/keeper/msg_server_launch_chainlet.go#L98
printf: non-constant format string in call to cosmossdk.io/errors.Wrapf (govet)
|
lint:
x/billing/keeper/hooks.go#L19
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|