Add linter files

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-30 17:34:10 +02:00
parent bfff5f1083
commit 2f2bbbe379
4 changed files with 72 additions and 2 deletions

11
.mdl.rb Normal file
View File

@@ -0,0 +1,11 @@
# 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