Skip to content

Commit

Permalink
chore: bad linter call
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Dec 18, 2024
1 parent d46a11a commit 339de02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
controllertypes "github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/controller/types"
genesistypes "github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/genesis/types"
hosttypes "github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/host/types"
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
icatypes "github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/types"

Check failure on line 11 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / lint

other declaration of icatypes

Check failure on line 11 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / tests (00)

other declaration of icatypes
icatypes "github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/types"

Check failure on line 12 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / lint

icatypes redeclared in this block

Check failure on line 12 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / lint

"github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/types" imported as icatypes and not used (typecheck)

Check failure on line 12 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / tests (00)

icatypes redeclared in this block

Check failure on line 12 in modules/apps/27-interchain-accounts/genesis/types/genesis_test.go

View workflow job for this annotation

GitHub Actions / tests (00)

"github.com/cosmos/ibc-go/v9/modules/apps/27-interchain-accounts/types" imported as icatypes and not used
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
ibctesting "github.com/cosmos/ibc-go/v9/testing"
)

Expand Down

0 comments on commit 339de02

Please sign in to comment.