From b18e4b1d67f9b5d495333a2b277cd3516baf78ed Mon Sep 17 00:00:00 2001 From: Dennis Hermsmeier Date: Thu, 18 Apr 2024 09:39:08 +0200 Subject: [PATCH] Update .golangci.yml --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index c4809f5..ca16719 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -129,7 +129,7 @@ issues: max-same-issues: 100 # Excluding configuration per-path, per-linter, per-text and per-source exclude-dirs: - - tests/ + - test(s)?/ - pkg/pb/ exclude-files: - .*/generated\.go