File: mdlint_style.rb

package info (click to toggle)
cli11 2.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,592 kB
  • sloc: cpp: 19,206; python: 140; sh: 64; makefile: 12; ruby: 6
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
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