Skip to content

Commit

Permalink
Disable line length check (MD013)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Oct 1, 2019
1 parent b5bf0e3 commit eb26ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
command: gem install mdl
- run:
name: Check markdownlint
command: mdl .
command: mdl -r ~MD013 .

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -2,6 +2,6 @@
"rewrap.wrappingColumn": 80,
"editor.rulers": [80],
"markdownlint.config": {
"MD013": true
"MD013": false
},
}

0 comments on commit eb26ec0

Please sign in to comment.