mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
Added a style file for markdownlint
This commit is contained in:
parent
1e157d94ed
commit
8ed9bc672f
3 changed files with 9 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,9 @@
|
|||
.DS_Store
|
||||
.md~
|
||||
|
||||
# Local Ruby gems #
|
||||
.gem/
|
||||
|
||||
# JetBrains #
|
||||
.idea/
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
5
scripts/markdown-style.rb
Normal file
5
scripts/markdown-style.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue