lint interchaintest in the same manner as ibc-go #1745
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
lint:
chain/internal/tendermint/tendermint_node.go#L43
variable name 'tn' is too short for the scope of its usage (varnamelen)
|
lint:
chain/penumbra/penumbra_chain.go#L287
variable name 'pn' is too short for the scope of its usage (varnamelen)
|
lint:
chain/polkadot/keys.go#L10
import 'github.com/decred/dcrd/dcrec/secp256k1/v2' is not allowed from list 'Main' (depguard)
|
lint:
chain/polkadot/relay_chain_node.go#L12
import 'github.com/decred/dcrd/dcrec/secp256k1/v2' is not allowed from list 'Main' (depguard)
|
lint:
chain/polkadot/relay_chain_node.go#L17
import 'github.com/misko9/go-substrate-rpc-client/v4' is not allowed from list 'Main' (depguard)
|
lint:
chain/polkadot/ss58.go#L64
appendAssign: append result not assigned to the same slice (gocritic)
|
lint:
chain/polkadot/wallet.go#L39
chain/polkadot/wallet.go:39: Line contains TODO/BUG/FIXME: "TODO Change to SS58." (godox)
|
lint:
interchain_test.go#L14
import 'github.com/cosmos/ibc-go/v7/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
|
lint:
interchain_test.go#L15
import 'github.com/cosmos/ibc-go/v7/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
|
lint:
internal/blockdb/tui/update_test.go#L215
type assertion must be checked (forcetypeassert)
|
lint:
chain/polkadot/polkadot_chain.go#L78
var-naming: var IndexedUri should be IndexedURI (revive)
|