Skip to content

Commit

Permalink
attempting to silence deprecation warnings on golangci lint (cosmos#3125
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 8, 2023
1 parent b6e971b commit a15ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linters:

issues:
exclude-rules:
- text: "SA1019: suite.chainA.GetSimApp().ICAControllerKeeper.SendTx is deprecated: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set. Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed by the underlying application. For a full summary of the changes in v6.x.x, please see ADR009. This API will be removed in later releases."
- text: "SA1019:"
linters:
- staticcheck
- text: "Use of weak random number generator"
Expand Down

0 comments on commit a15ca00

Please sign in to comment.