From e38c09ff6e0324232ca0679be1d8546738420cf1 Mon Sep 17 00:00:00 2001 From: Daniel <103500748+danielnginx@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:16:11 +0000 Subject: [PATCH] Disable line-length check for md files (#5172) Disable Line Length check for md files --- .markdownlint-cli2.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index a3b798e17e..750c3023c7 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -5,10 +5,7 @@ config: style: dash no-duplicate-heading: siblings_only: true - line-length: - line_length: 120 - code_blocks: false - tables: false + line-length: false # Define glob expressions to ignore ignores: