mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
18 lines
266 B
YAML
18 lines
266 B
YAML
|
plugins:
|
||
|
codenarc:
|
||
|
enabled: true
|
||
|
editorconfig:
|
||
|
enabled: true
|
||
|
config:
|
||
|
editorconfig: .editorconfig
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
config:
|
||
|
strings:
|
||
|
- TODO
|
||
|
- FIXME
|
||
|
markdownlint:
|
||
|
enabled: true
|
||
|
shellcheck:
|
||
|
enabled: true
|