test, docs: Restrict long lines in markdown linter

It's getting out of hand...
This commit is contained in:
James Shubin
2018-02-22 16:19:23 -05:00
parent f01eea33e9
commit 05c60d9a59
6 changed files with 30 additions and 15 deletions

View File

@@ -22,7 +22,6 @@ cat << 'EOF' > $STYLE
all
exclude_rule 'MD010' # Hard tabs
exclude_rule 'MD032' # Lists should be surrounded by blank lines
exclude_rule 'MD013' # Line length
exclude_rule 'MD040' # Fenced code blocks should have a language specified
exclude_rule 'MD026' # Trailing punctuation in header
exclude_rule 'MD024' # Multiple headers with the same content
@@ -35,6 +34,9 @@ exclude_rule 'MD029' # Ordered list item prefix
# FIXME: bug: https://github.com/markdownlint/markdownlint/issues/182
exclude_rule 'MD039' # Spaces inside link text
# Line length
rule 'MD013', :line_length => 80, :code_blocks => false, :tables => false
EOF
#STYLE="test/mdl.style" # style file