From b13112fa0e28e9905374bd1d5d4e85c23e6d0fe7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 9 May 2025 11:27:48 +0200 Subject: [PATCH] style(markdownlint): update configuration --- .markdownlint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index a7a113f..34c4081 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -121,8 +121,7 @@ MD041: # MD044/proper-names - Proper names should have the correct capitalization MD044: # List of proper names - names: - - helm + names: [] # Include code blocks code_blocks: false @@ -134,4 +133,4 @@ MD046: # MD048/code-fence-style - Code fence style MD048: # Code fence syle - style: "backtick" \ No newline at end of file + style: "backtick"