From b2040a9d357720bf7ee1f3d2bad4908e12f6ad3d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 21 Jul 2025 13:24:45 +0200 Subject: [PATCH] Fix spell check issues Signed-off-by: Otto Moerbeek --- .github/actions/spell-check/patterns.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index 4795aca701..ad40984232 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -54,9 +54,11 @@ DoH # version suffix v# (?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_])) -# hit-count: 173 file-count: 41 -# libraries -(?:\b|_)lib(?:re(?=office|ssl)|)(?!era[lt]|ero|erty|rar(?:i(?:an|es)|y))(?=[a-z]) +# hit-count: 174 file-count: 42 +# Library prefix +# e.g., `lib`+`archive`, `lib`+`raw`, `lib`+`unwind` +# (ignores some words that happen to start with `lib`) +(?:\b|_)[Ll]ib(?:re(?=office)|)(?!era[lt]|ero|erty|rar(?:i(?:an|es)|y))(?=[a-z]) # hit-count: 124 file-count: 50 # Repeated letters @@ -160,7 +162,7 @@ DoH \b(?:(?:[Ll]og(?:g(?=[a-z])|)|[Ss]ign)(?:ed|ing)?) in to\b # is (comparator) higher than -(?:record is|(?:a (?:bit|lot)|much)) higher than\b +#(?:record is|(?:a (?:bit|lot)|much)) higher than\b # to opt in \bto opt in\b -- 2.47.2