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.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index df90b0a..e44d5d8 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -36,3 +36,8 @@ linters-settings:
             - .WithMessagef(
             - .WithStack(
             - (context.Context).Err(
+issues:
+    exclude-rules:
+        - linters: [revive]
+          path: internal/components
+          text: "dot-imports"