We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5497493 commit 169bd43Copy full SHA for 169bd43
.golangci.yml
@@ -42,6 +42,12 @@ issues:
42
text: "SA1019:"
43
linters:
44
- staticcheck
45
+ - text: "SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)"
46
+ linters:
47
+ - staticcheck
48
+ - text: "SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)"
49
50
51
52
max-issues-per-linter: 10000
53
max-same-issues: 10000
0 commit comments