From b2865999ad229ec0e94003abb7ae01d98a588b13 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 12 Nov 2023 22:41:32 +0100 Subject: [PATCH] Markdownlint config: show files before scanning .... which should be helpful for debugging if needed. --- .markdownlint-cli2.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 0255a55..5f6ed5e 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -18,6 +18,9 @@ ignores: - "node_modules/" - "vendor/" +# Show found files on stdout (only valid at root) +showFound: true + # Disable inline config comments. noInlineConfig: true