mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-29 12:13:52 +00:00
* add a few more coverage tests * style: pre-commit.ci fixes * try to fix pre-commit issues * update mdlint style as a test * style: pre-commit.ci fixes * fix test * switch test to not generate warning * add a few more tests * tweak the conanfile and appveyor to debug issue * update tests Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
10 lines
261 B
Ruby
10 lines
261 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
|
|
rule 'MD007', indent: 2
|
|
|