Remove unneeded target #2084
Annotations
5 errors and 3 warnings
lint:
x/compute/internal/keeper/genesis.go#L49
Error return value of `keeper.SetParams` is not checked (errcheck)
|
lint:
x/compute/internal/keeper/migrations.go#L145
Error return value of `store.Set` is not checked (errcheck)
|
lint:
x/compute/internal/keeper/params.go#L15
Error return value of `store.Set` is not checked (errcheck)
|
lint:
x/compute/internal/keeper/test_common.go#L611
Error return value of `keeper.SetParams` is not checked (errcheck)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/querier.go#L212
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|