1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

exclude images and key file from Code Climate editorConfig scan (#366)

* Update .codeclimate.yml
This commit is contained in:
Christopher Fenner
2018-11-06 14:04:53 +01:00
committed by GitHub
parent f757a0e1d4
commit a13e6d5632

View File

@@ -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: