1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-07 13:42:23 +02:00

add config for Code Climate (#357)

This commit is contained in:
Christopher Fenner 2018-10-25 10:39:08 +02:00 committed by GitHub
parent f71b0b797e
commit 7deb1d11ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.codeclimate.yml Normal file
View File

@ -0,0 +1,17 @@
plugins:
codenarc:
enabled: true
editorconfig:
enabled: true
config:
editorconfig: .editorconfig
fixme:
enabled: true
config:
strings:
- TODO
- FIXME
markdownlint:
enabled: true
shellcheck:
enabled: true