1
0
Fork 0
mirror of synced 2024-05-05 04:42:43 +12:00

Add markdownlint default file

This commit is contained in:
Serene-Arc 2022-12-08 15:46:53 +10:00
parent 7e3b11caf8
commit 628739d0b8
2 changed files with 2 additions and 1 deletions

1
.mdlrc Normal file
View file

@ -0,0 +1 @@
style "#{File.dirname(__FILE__)}/.markdown_style.rb"

View file

@ -21,4 +21,4 @@ allowlist_externals = mdl
commands =
isort bdfr tests --check
black bdfr tests --check
mdl README.md docs/ -s .markdown_style.rb
mdl README.md docs/