From f43fec532fea624a0684387416818975f2390450 Mon Sep 17 00:00:00 2001 From: Ikechukwu Uchendu Date: Sat, 25 Nov 2023 13:22:12 -0500 Subject: [PATCH] Fixed removal of line length lint check --- .../markdown_linter/.mdlintconfig.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/markdown_linter/.mdlintconfig.yml b/.github/workflows/markdown_linter/.mdlintconfig.yml index 071496e8..40c9209b 100644 --- a/.github/workflows/markdown_linter/.mdlintconfig.yml +++ b/.github/workflows/markdown_linter/.mdlintconfig.yml @@ -58,23 +58,7 @@ MD012: maximum: 1 # MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md -#MD013: -# # Number of characters -# line_length: 80 -# # Number of characters for headings -# heading_line_length: 80 -# # Number of characters for code blocks -# code_block_line_length: 80 -# # Include code blocks -# code_blocks: true -# # Include tables -# tables: true -# # Include headings -# headings: true -# # Strict length checking -# strict: false -# # Stern length checking -# stern: false +MD013: false # MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md014.md MD014: true