From c5ab2bf0856821b53799edad5ccc99c850e4c8aa Mon Sep 17 00:00:00 2001 From: Brian Ruf Date: Mon, 3 Jun 2024 17:38:01 -0400 Subject: [PATCH] fixed name rule --- .markdownlint.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index e1455bb..ca4c49a 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -29,16 +29,6 @@ MD013: MD035: style: "---" -MD044: - names: - # These names have the potential to occur with incorrect capitalization - # within documentation; we want to ensure that they are always capitalized - # correctly. - - "OSCAL" - - "NIST" - - "Easy Dynamics" - # In code, these names are allowed to occur with incorrect capitalization - code_blocks: false MD046: # Using fenced (```) for code blocks more clearly delineates the code from