diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 80de28bc8..0634b2171 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -7,6 +7,12 @@ config: siblings_only: true line-length: false +# Hide the Finding: when markdownlint fixes files +noProgress: true + +# Hide the markdownlint-cli and markdownlint versions on each block +noBanner: true + # Define glob expressions to ignore ignores: - ".github/**"