Skip to content

Commit

Permalink
fix(lint): add nolint for deprecated func in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 7, 2023
1 parent f33e5fa commit 1b55d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v5/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func CreateUpgradeHandler(
// case minttypes.ModuleName:
// keyTable = minttypes.ParamKeyTable()
case distrtypes.ModuleName:
keyTable = distrtypes.ParamKeyTable()
keyTable = distrtypes.ParamKeyTable() //nolint:staticcheck
case slashingtypes.ModuleName:
keyTable = slashingtypes.ParamKeyTable() //nolint:staticcheck
case govtypes.ModuleName:
Expand Down

0 comments on commit 1b55d0d

Please sign in to comment.