We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1694e4 commit 85adf66Copy full SHA for 85adf66
tools/CI/README_Metadata_StyleCheck/style.rb
@@ -4,4 +4,5 @@
4
rule 'MD009', :br_spaces => 2 # Allows an exception for 2 trailing spaces used to insert an explicit line break
5
rule 'MD029', :style => :ordered # Ordered list item prefix is incremental, rather than all ones
6
exclude_rule 'MD013' # Not limiting line length
7
-exclude_rule 'MD007' # Not limiting unordered list indentation, tab, 2 or 4 spaces are all fine
+exclude_rule 'MD007' # Not limiting unordered list indentation, tab, 2 or 4 spaces are all fine
8
+exclude_rule 'MD034' # Not using angle brackets around URLs
0 commit comments