From 71b66e8645614f5f24a616d293e233101f2fe8d1 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Mon, 10 Dec 2018 11:43:09 +0100 Subject: [PATCH] correct Code Climate config (line length) (#374) * deactivate MD013 - line length * correct rule deactivation * Update .codeclimate.yml --- .codeclimate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f16213b9a3..bb03367278 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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