diff --git a/.golangci.yml b/.golangci.yml index 37693758f..2ee3af595 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