mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
correct Code Climate config (line length) (#374)
* deactivate MD013 - line length * correct rule deactivation * Update .codeclimate.yml
This commit is contained in:
+4
-4
@@ -6,10 +6,6 @@ plugins:
|
||||
enabled: false
|
||||
editorconfig:
|
||||
enabled: true
|
||||
checks:
|
||||
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013---line-length
|
||||
MD013:
|
||||
enabled: false
|
||||
config:
|
||||
editorconfig: .editorconfig
|
||||
# https://docs.codeclimate.com/docs/advanced-configuration#section-exclude-patterns
|
||||
@@ -24,5 +20,9 @@ plugins:
|
||||
- FIXME
|
||||
markdownlint:
|
||||
enabled: true
|
||||
checks:
|
||||
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013---line-length
|
||||
MD013:
|
||||
enabled: false
|
||||
shellcheck:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user