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:
parent
f71b0b797e
commit
7deb1d11ab
17
.codeclimate.yml
Normal file
17
.codeclimate.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user