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