diff --git a/config/exclusions/go.yaml b/config/exclusions/go.yaml index bf03d442..f2dd886f 100644 --- a/config/exclusions/go.yaml +++ b/config/exclusions/go.yaml @@ -2,4 +2,4 @@ exclusions: - id: Exclusions.Test name: Exclude test source code patterns: - - '.*_test\(s\)?.*' \ No newline at end of file + - ".*_test(s)?.*" \ No newline at end of file