mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
mdl_style: Fix rule URLs to use main branch
Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
4ac93457b3
commit
c40ede89f4
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue