Remove hardcoded version #2079
Annotations
6 errors and 2 warnings
lint
The run was canceled by @iKapitonau.
|
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
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)
|