We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5fc8a commit 29d3355Copy full SHA for 29d3355
.mdlrc
@@ -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