correct Code Climate config (line length) (#374)

* deactivate MD013 - line length

* correct rule deactivation

* Update .codeclimate.yml
This commit is contained in:
Christopher Fenner
2018-12-10 11:43:09 +01:00
committed by GitHub
parent 5a6200f52c
commit 71b66e8645
+4 -4
View File
@@ -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