From b7459cd92c8e387909143a21ba5df3277c36527c Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 10 Apr 2024 19:01:35 +0200 Subject: [PATCH 1/2] Simplify lints --- .markdownlint.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 196cbc370..971d9dc03 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,12 +1,7 @@ { "line-length": { - "line_length": 80, + "line_length": 160, "code_blocks": false - }, - "ul-style": { - "style": "dash" - }, - "no-trailing-punctuation": { - "punctuation": ".,;:。,;:" } } + From f6414760bf6ae1feb2feffb755476a031d385ce6 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 10 Apr 2024 19:07:45 +0200 Subject: [PATCH 2/2] Revert trailing punctuation lint --- .markdownlint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint.json b/.markdownlint.json index 971d9dc03..7aeeca0ed 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -2,6 +2,9 @@ "line-length": { "line_length": 160, "code_blocks": false + }, + "no-trailing-punctuation": { + "punctuation": ".,;:。,;:" } }