Skip to content

Commit 29d3355

Browse files
committed
[mdl] open-source config
1 parent ee5fc8a commit 29d3355

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.mdlrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
all
2+
rule 'MD003', :style => :setext_with_atx
3+
rule 'MD013', :code_blocks => false, :tables => false
4+
5+
# "Headers should be surrounded by blank lines" - we start our
6+
# sections directly below the header
7+
exclude_rule 'MD022'
8+
9+
# "Bare URL used" - we have a lot of these
10+
exclude_rule 'MD034'
11+
12+
# "Fenced code blocks should have a language specified" - we assume ruby
13+
exclude_rule 'MD040'
14+
15+
# "Lists should be surrounded by blank lines" - violates our Attributes rules
16+
# ... but I like this rule and we should figure out if we can bring it back
17+
exclude_rule 'MD032'

0 commit comments

Comments
 (0)