mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
a13e6d5632
* Update .codeclimate.yml
22 lines
434 B
YAML
22 lines
434 B
YAML
plugins:
|
|
codenarc:
|
|
enabled: true
|
|
editorconfig:
|
|
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:
|
|
strings:
|
|
- TODO
|
|
- FIXME
|
|
markdownlint:
|
|
enabled: true
|
|
shellcheck:
|
|
enabled: true
|