Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 13, 2024
1 parent 5497493 commit 169bd43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ issues:
text: "SA1019:"
linters:
- staticcheck
- text: "SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)"
linters:
- staticcheck
- text: "SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)"
linters:
- staticcheck

max-issues-per-linter: 10000
max-same-issues: 10000
Expand Down

0 comments on commit 169bd43

Please sign in to comment.