We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091b6bf commit 0c8c67aCopy full SHA for 0c8c67a
.mdl.rb
@@ -26,7 +26,7 @@
26
# MD029 ordered list item prefix is necessary if injecting code blocks
27
# otherwise start counting from 1 again afterwards
28
exclude_rule 'MD029'
29
-#exclude_rule 'MD031'
+exclude_rule 'MD031' # hitting false positive in markdown.md
30
#exclude_rule 'MD032'
31
exclude_rule 'MD033' # inline HTML is important for formatting
32
exclude_rule 'MD034' # hitting false positive in couchbase.md for <> urls
0 commit comments