-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
.mdlrc
17 lines (15 loc) · 898 Bytes
/
.mdlrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
git_recurse true
rules "MD001", "MD002", "MD003", "MD004", "MD005", "MD006", "MD007", "MD008", "MD009", "MD010", "MD011", "MD012", "MD014", "MD015", "MD016", "MD017", "MD018", "MD019", "MD020", "MD021", "MD023", "MD025", "MD028", "MD030", "MD035", "MD037", "MD038", "MD040", "MD041", "MD042"
# exclude rules
exclude "MD013" # Line length
exclude "MD022" # Headers should be surrounded by blank lines
exclude "MD024" # Multiple headers with the same content
exclude "MD026" # Trailing punctuation in header
exclude "MD027" # Multiple spaces after blockquote symbol
exclude "MD029" # Ordered list item prefix
exclude "MD031" # Fenced code blocks should be surrounded by blank lines
exclude "MD032" # Lists should be surrounded by blank lines
exclude "MD033" # Inline HTML
exclude "MD034" # Bare URL used
exclude "MD036" # Emphasis used instead of a header
exclude "MD039" # Spaces inside link text