mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Add exclude patterns to codeclimate
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user