1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00
tldr/scripts/markdown-style.rb
2015-04-14 15:47:38 +02:00

5 lines
174 B
Ruby

# This file contains the markdown rules markdownlint will check for
all
exclude_rule 'MD013' # Lengthy lines (80+ chars)
exclude_rule 'MD038' # Spaces inside code backticks