diff --git a/.golangci.yml b/.golangci.yml index 2ee3af595..c3447dc46 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -76,8 +76,8 @@ issues: new-from-rev: dev fix: false exclude-dirs: - - "*node_modules*" - - "*template*" + - ".*node_modules.*" + - ".*template.*" exclude-rules: # Exclude some linters from running on tests files. - path: _test\.go