From 2bfced93c7f55a3e252a3a9dfd312c18ceb0a254 Mon Sep 17 00:00:00 2001 From: aireilly Date: Wed, 26 Jul 2023 12:13:42 +0100 Subject: [PATCH] changes --- .vale/styles/RedHat/OxfordComma.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vale/styles/RedHat/OxfordComma.yml b/.vale/styles/RedHat/OxfordComma.yml index 9dccc7645..2f9d10801 100644 --- a/.vale/styles/RedHat/OxfordComma.yml +++ b/.vale/styles/RedHat/OxfordComma.yml @@ -1,3 +1,4 @@ +--- extends: existence level: suggestion link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/oxfordcomma/ @@ -5,4 +6,4 @@ message: "Use the Oxford comma in '%s'." scope: sentence nonword: true tokens: - - '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]' \ No newline at end of file + - '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]'