mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
9 lines
237 B
Ruby
9 lines
237 B
Ruby
all
|
|
|
|
exclude_rule 'MD013' # Line length
|
|
exclude_rule 'MD033' # Inline HTML
|
|
exclude_rule 'MD034' # Bare URL (for now)
|
|
|
|
rule 'MD026', punctuation: '.,;:!' # Trailing punctuation in header (& in this case)
|
|
rule 'MD029', style: :ordered
|