about summary refs log tree commit diff stats
path: root/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 4567686..0a6dbdd 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -21,3 +21,16 @@ linters:
         - sloglint
         - unconvert
         - wrapcheck
+linters-settings:
+    wrapcheck:
+        ignoreSigs:
+            - .Errorf(
+            - errors.New(
+            - errors.Unwrap(
+            - errors.Join(
+            - .Wrap(
+            - .Wrapf(
+            - .WithMessage(
+            - .WithMessagef(
+            - .WithStack(
+            - (context.Context).Err(