From d58f2cd46cd2c52371c7af06ab6b0f835814348f Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Thu, 26 Feb 2026 18:14:00 -0600 Subject: [PATCH] Remove SentenceLength Vale rule Generated with AI Co-Authored-By: Claude Code --- .vale/styles/Netwrix/SentenceLength.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .vale/styles/Netwrix/SentenceLength.yml diff --git a/.vale/styles/Netwrix/SentenceLength.yml b/.vale/styles/Netwrix/SentenceLength.yml deleted file mode 100644 index d66114778e..0000000000 --- a/.vale/styles/Netwrix/SentenceLength.yml +++ /dev/null @@ -1,7 +0,0 @@ -extends: metric -message: "Sentences should be 25 words or fewer. This sentence has %d words." -level: suggestion -scope: sentence -metric: words -condition: '>' -limit: 25