Add exclude patterns to codeclimate

This commit is contained in:
Florian Geckeler
2020-02-25 13:42:47 +01:00
committed by GitHub
parent 4c97231ff9
commit cd909d410a
+6
View File
@@ -37,3 +37,9 @@ plugins:
enabled: false
shellcheck:
enabled: true
exclude_patterns:
- "**/*_generated.go"
# default excludes are overwritten, add them again
# https://docs.codeclimate.com/docs/excluding-files-and-folders#section-auto-generated-file-and-folder-exclusions
- "**/*_test.go"
- "**/test/"