Skip to content

Commit

Permalink
test: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 5, 2023
1 parent 2efe580 commit b04d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (app *EthermintApp) RegisterUpgradeHandlers(
case ibctransfertypes.ModuleName:
keyTable = ibctransfertypes.ParamKeyTable()
case evmtypes.ModuleName:
keyTable = evmtypes.ParamKeyTable()
keyTable = evmtypes.ParamKeyTable() //nolint:staticcheck

Check failure on line 77 in app/upgrades.go

View workflow job for this annotation

GitHub Actions / Run golangci-lint

directive `//nolint:staticcheck` is unused for linter "staticcheck" (nolintlint)
case feemarkettypes.ModuleName:
keyTable = feemarkettypes.ParamKeyTable()
default:
Expand Down

0 comments on commit b04d930

Please sign in to comment.