Skip to content

fix registration unit tests #1559

fix registration unit tests

fix registration unit tests #1559

Triggered via push March 28, 2024 19:23
Status Failure
Total duration 3m 59s
Artifacts

go-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: x/ibc-hooks/keeper/keeper.go#L43
Error return value of `store.Set` is not checked (errcheck)
lint: x/ibc-hooks/keeper/keeper.go#L56
Error return value of `store.Delete` is not checked (errcheck)
lint: x/compute/internal/keeper/ante.go#L42
Error return value of `store.Set` is not checked (errcheck)
lint: x/compute/internal/keeper/keeper.go#L179
Error return value of `store.Set` is not checked (errcheck)
lint: x/compute/internal/keeper/keeper.go#L1449
Error return value of `(cosmossdk.io/core/store.KVStore).Delete` is not checked (errcheck)
lint: x/compute/internal/keeper/query_plugins.go#L233
Error return value of `keeper.Proposals.Walk` is not checked (errcheck)
lint: app/upgrades/v1.4/cos_patch.go#L100
Error return value of `slashingKeeper.JailUntil` is not checked (errcheck)
lint: app/app.go#L385
Error return value of `app.AppKeepers.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
lint: app/export.go#L78
Error return value of `app.AppKeepers.StakingKeeper.IterateValidators` is not checked (errcheck)
lint: app/export.go#L111
Error return value of `app.AppKeepers.StakingKeeper.IterateValidators` is not checked (errcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/SecretNetwork/SecretNetwork. Supported file pattern: go.sum
lint: x/compute/internal/keeper/keeper.go#L325
empty-block: this block is empty, you can remove it (revive)
lint: x/compute/internal/keeper/wasm_snapshotter.go#L164
unused-parameter: parameter 'height' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/wasm_snapshotter.go#L168
unused-parameter: parameter 'snapshotInterval' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/wasm_snapshotter.go#L172
unused-parameter: parameter 'height' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/query_plugins.go#L357
unused-parameter: parameter 'keeper' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/wasm_snapshotter.go#L176
unused-parameter: parameter 'height' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/query_plugins.go#L681
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/internal/keeper/handler_plugin.go#L581
unused-parameter: parameter 'contractAddr' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/compute/client/cli/tx.go#L216
empty-block: this block is empty, you can remove it (revive)
lint: x/compute/client/cli/tx.go#L295
empty-block: this block is empty, you can remove it (revive)