From 9a7f53a7e35f273e1613d0a080fc0c7e5cbd4c94 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Wed, 15 Jul 2026 15:04:44 -0500 Subject: [PATCH] ci(vale): work around redhat style bug There's a new check that requires an external script to offer suggestions [1]. I do not want to carry script that needs to be in sync with a style that cannot be version pinned here. [1] https://github.com/redhat-documentation/vale-at-red-hat/issues/1045 Signed-off-by: Randolph Sapp --- .vale.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/.vale.ini b/.vale.ini index 3c98382d0..4df542401 100644 --- a/.vale.ini +++ b/.vale.ini @@ -10,3 +10,4 @@ BasedOnStyles = RedHat RedHat.PascalCamelCase = NO RedHat.GitLinks = NO RedHat.MergeConflictMarkers = NO +RedHat.NoGerundsInTitles = NO