Skip to content

Commit 169bd43

Browse files
committed
fix lint
1 parent 5497493 commit 169bd43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.golangci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ issues:
4242
text: "SA1019:"
4343
linters:
4444
- 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+
linters:
50+
- staticcheck
4551

4652
max-issues-per-linter: 10000
4753
max-same-issues: 10000

0 commit comments

Comments
 (0)