From 169bd43061fdae3287dc319e7649b33adb01f515 Mon Sep 17 00:00:00 2001 From: huangyi Date: Mon, 13 May 2024 20:43:39 +0800 Subject: [PATCH] fix lint --- .golangci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index ef971354959b..a157852fad7e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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