Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang and mmsqe authored May 14, 2024
1 parent 29ccd01 commit 6e0cd18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ issues:
- text: "SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module:"
linters:
- staticcheck
- text: "SA1019: errors.Wrap is deprecated: functionality of this package has been moved to it's own module:"
linters:
- staticcheck
- text: "SA1019: errors.Wrapf is deprecated: functionality of this package has been moved to it's own module:"
linters:
- staticcheck
- text: "SA1019: errors.Register is deprecated: functionality of this package has been moved to it's own module:"
linters:
- staticcheck
- text: "SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module:"
linters:
- staticcheck

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

0 comments on commit 6e0cd18

Please sign in to comment.