mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 05:17:58 +01:00
5 lines
163 B
Ruby
5 lines
163 B
Ruby
# This file contains the markdown rules markdownlint will check for
|
|
all
|
|
|
|
exclude_rule 'MD013' # Lengthy lines (80+ chars)
|
|
exclude_rule 'MD034' # Allow bare URLs
|