diff --git a/.mdl_style.rb b/.mdl_style.rb new file mode 100644 index 000000000..873a1b225 --- /dev/null +++ b/.mdl_style.rb @@ -0,0 +1,7 @@ +all +exclude_rule "MD013" +exclude_rule "MD024" +exclude_rule "MD029" +exclude_rule "MD040" +exclude_rule "MD041" +exclude_rule "MD046" diff --git a/.mdlrc b/.mdlrc index 14f554429..27f388245 100644 --- a/.mdlrc +++ b/.mdlrc @@ -1 +1 @@ -rules "MD001", "MD002", "MD003", "MD004", "MD005", "MD006", "MD007", "MD009", "MD010", "MD011", "MD012", "MD014", "MD018", "MD019", "MD020", "MD021", "MD022", "MD023", "MD025", "MD026", "MD027", "MD028", "MD030", "MD031", "MD032", "MD033", "MD034", "MD035", "MD036", "MD037", "MD038", "MD039", "MD047" +style ".mdl_style.rb"