mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-07 03:20:41 +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
|
|
|