mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
exclude images and key file from Code Climate editorConfig scan (#366)
* Update .codeclimate.yml
This commit is contained in:
@@ -5,6 +5,10 @@ plugins:
|
||||
enabled: true
|
||||
config:
|
||||
editorconfig: .editorconfig
|
||||
# https://docs.codeclimate.com/docs/advanced-configuration#section-exclude-patterns
|
||||
exclude_patterns:
|
||||
- "documentation/docs/images/"
|
||||
- "cfg/id_rsa.enc"
|
||||
fixme:
|
||||
enabled: true
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user