From 6c884796fda659b9676d6c616b1ca16a84e4392e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:31:01 -0500 Subject: [PATCH] Recognize Windows resources with accelerators --- .github/actions/spelling/candidate.patterns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/spelling/candidate.patterns b/.github/actions/spelling/candidate.patterns index ba7fb73b..039d0855 100644 --- a/.github/actions/spelling/candidate.patterns +++ b/.github/actions/spelling/candidate.patterns @@ -677,6 +677,9 @@ nolint:\w+ # Windows short paths [/\\][^/\\]{5,6}~\d{1,2}(?=[/\\]) +# Windows Resources with accelerators +\b[A-Z]&[a-z]+\b(?!;) + # cygwin paths /cygdrive/[a-zA-Z]/(?:Program Files(?: \(.*?\)| ?)(?:/[-+.~\\/()\w ]+)*|[-+.~\\/()\w])+