1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/.codeclimate.yml

29 lines
638 B
YAML
Raw Normal View History

2018-10-25 10:39:08 +02:00
plugins:
codenarc:
enabled: true
checks:
BooleanGetBoolean:
enabled: false
2018-10-25 10:39:08 +02:00
editorconfig:
enabled: true
2018-11-08 14:47:32 +02:00
checks:
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013---line-length
MD013:
enabled: false
2018-10-25 10:39:08 +02:00
config:
editorconfig: .editorconfig
# https://docs.codeclimate.com/docs/advanced-configuration#section-exclude-patterns
exclude_patterns:
- "documentation/docs/images/"
- "cfg/id_rsa.enc"
2018-10-25 10:39:08 +02:00
fixme:
enabled: true
config:
strings:
- TODO
- FIXME
markdownlint:
enabled: true
shellcheck:
enabled: true