From 74a21bab1a83dcc543013cd58d257c5713e80977 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 25 Jun 2023 02:11:01 -0400 Subject: [PATCH] test: Update rule configuration We got a warning about this. --- test/test-markdownlint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-markdownlint.sh b/test/test-markdownlint.sh index dbfb25d8..2228200d 100755 --- a/test/test-markdownlint.sh +++ b/test/test-markdownlint.sh @@ -36,7 +36,7 @@ exclude_rule 'MD029' # Ordered list item prefix exclude_rule 'MD039' # Spaces inside link text # Line length -rule 'MD013', :line_length => 80, :code_blocks => false, :tables => false +rule 'MD013', :line_length => 80, :ignore_code_blocks => true, :tables => false EOF #STYLE="test/mdl.style" # style file