Skip to content

Commit

Permalink
Update markdown styling rules in the GitHub Action (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffh authored Apr 19, 2023
1 parent c1694e4 commit 85adf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/CI/README_Metadata_StyleCheck/style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
rule 'MD009', :br_spaces => 2 # Allows an exception for 2 trailing spaces used to insert an explicit line break
rule 'MD029', :style => :ordered # Ordered list item prefix is incremental, rather than all ones
exclude_rule 'MD013' # Not limiting line length
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
exclude_rule 'MD034' # Not using angle brackets around URLs

0 comments on commit 85adf66

Please sign in to comment.