Skip to content

Commit

Permalink
correct Code Climate config (line length) (#374)
Browse files Browse the repository at this point in the history
* deactivate MD013 - line length

* correct rule deactivation

* Update .codeclimate.yml
  • Loading branch information
CCFenner authored Dec 10, 2018
1 parent 5a6200f commit 71b66e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 71b66e8

Please sign in to comment.