mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +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
|