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