Skip to content

Commit

Permalink
Fix nolint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed May 21, 2024
1 parent aae3484 commit 837133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibcratelimit/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var _ ibcratelimit.MsgServer = MsgServer{}

// GovUpdateParams is a governance proposal endpoint for updating the ibcratelimit module's params.
//
//lint:ignore SA1019 Suppress warning for deprecated MsgGovUpdateParamsRequest usage
//nolint:staticcheck // SA1019 Suppress warning for deprecated MsgGovUpdateParamsRequest usage
func (k MsgServer) GovUpdateParams(_ context.Context, _ *ibcratelimit.MsgGovUpdateParamsRequest) (*ibcratelimit.MsgGovUpdateParamsResponse, error) {
return nil, errors.New("deprecated and unusable")
}
Expand Down

0 comments on commit 837133b

Please sign in to comment.