Skip to content

Commit

Permalink
mdl_style: Fix rule URLs to use main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Till Maas <opensource@till.name>
  • Loading branch information
tyll committed Feb 9, 2023
1 parent 4ac9345 commit c40ede8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mdl_style.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md003---header-style
# https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md003---header-style
rule 'MD003', :style => :setext_with_atx
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md013---line-length
# https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md013---line-length
rule 'MD013', :line_length => 88
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md029---ordered-list-item-prefix
# https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md029---ordered-list-item-prefix
rule 'MD029', :style => :ordered
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md024---multiple-headers-with-the-same-content
# https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md024---multiple-headers-with-the-same-content
rule "MD024", :allow_different_nesting => true

0 comments on commit c40ede8

Please sign in to comment.