Skip to content

Commit 85adf66

Browse files
authored
Update markdown styling rules in the GitHub Action (#1219)
1 parent c1694e4 commit 85adf66

File tree

1 file changed

+2
-1
lines changed
  • tools/CI/README_Metadata_StyleCheck

1 file changed

+2
-1
lines changed

tools/CI/README_Metadata_StyleCheck/style.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
rule 'MD009', :br_spaces => 2 # Allows an exception for 2 trailing spaces used to insert an explicit line break
55
rule 'MD029', :style => :ordered # Ordered list item prefix is incremental, rather than all ones
66
exclude_rule 'MD013' # Not limiting line length
7-
exclude_rule 'MD007' # Not limiting unordered list indentation, tab, 2 or 4 spaces are all fine
7+
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

Comments
 (0)