Skip to content

Commit

Permalink
Recognize Windows resources with accelerators
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 28, 2024
1 parent 7a3bd0d commit 6c88479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -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])+

Expand Down

0 comments on commit 6c88479

Please sign in to comment.