mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-07 03:20:41 +00:00
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
# markdownlint config file
|
|
|
|
# Use custom style file
|
|
style "#{File.dirname(__FILE__)}/.mdl.rb"
|
|
|
|
# MD005 - Inconsistent indentation for list items at the same level
|
|
# MD007 - Unordered list indentation
|
|
# MD014 - Dollar signs used before commands without showing output
|
|
# MD024 - Multiple headers with the same content
|
|
# MD041 - First line in file should be a top level header
|
|
rules "~MD005,~MD007,~MD014,~MD024,~MD041"
|