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.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index e44d5d8..1e968df 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -21,6 +21,8 @@ linters:
         - unconvert
         - wrapcheck
 linters-settings:
+    paralleltest:
+        ignore-missing: true
     gosec:
         excludes:
             - G115