feat: All Pylons tokens should instead display as USD #4811
Annotations
10 errors and 11 warnings
lint:
testutil/cli/cli_test_util.go#L9
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L10
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L11
import 'github.com/cosmos/cosmos-sdk/crypto/hd' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L12
import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L13
import 'github.com/cosmos/cosmos-sdk/testutil/cli' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L15
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L16
import 'github.com/cosmos/cosmos-sdk/x/bank/client/cli' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L17
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L19
import 'github.com/Pylons-tech/pylons/app' is not allowed from list 'Main' (depguard)
|
lint:
testutil/cli/cli_test_util.go#L20
import 'github.com/Pylons-tech/pylons/x/pylons/client/cli' is not allowed from list 'Main' (depguard)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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:
x/epochs/client/cli/query.go#L55
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/gadgets.go#L130
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (revive)
|
lint:
cmd/pylonsd/cmd/dev_cel_check.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_create.go#L35
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_parse.go#L14
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev.go#L66
unused-parameter: parameter 'e' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_update.go#L38
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_validate.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_create.go#L42
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/epochs/keeper/epoch.go#L67
unused-parameter: parameter 'index' seems to be unused, consider removing or renaming it as _ (revive)
|