1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

add markdownlint config

This commit is contained in:
Jason N. 2024-05-09 14:36:03 -04:00
parent 52679d67ab
commit a0f0727a33
2 changed files with 3 additions and 0 deletions

2
.codacy/markdownlint.rb Normal file
View file

@ -0,0 +1,2 @@
all
rule 'MD013', :allowed_elements => ['a','img','picture','source']

1
.mdlrc Normal file
View file

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