From 42fef63bb8bde4fd69c79c2b3297d664551292c9 Mon Sep 17 00:00:00 2001 From: tibetiroka <68112292+tibetiroka@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:01:04 +0100 Subject: [PATCH] fix(ci): Don't check for leading/trailing spaces in substitutions defined in missions (#9915) --- utils/contentStyle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/contentStyle.json b/utils/contentStyle.json index 6287c68bc8e2..5e37adfbdbb2 100644 --- a/utils/contentStyle.json +++ b/utils/contentStyle.json @@ -125,7 +125,7 @@ ] }, { - "excludedNodes": ["^word$", "^replace$"], + "excludedNodes": ["^word$", "^replace$", "^substitutions$"], "checks": [ { "description": "whitespace before end of text",