mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-09 07:10:30 +00:00
12 lines
239 B
Ruby
12 lines
239 B
Ruby
|
# Style file for mdl
|
||
|
# https://github.com/markdownlint/markdownlint/blob/main/docs/creating_styles.md
|
||
|
|
||
|
# Include all rules
|
||
|
all
|
||
|
|
||
|
# Disable specific rules
|
||
|
#exclude_rule 'MD012'
|
||
|
|
||
|
# Update rules configuration
|
||
|
rule 'MD013', :line_length => 120
|