Skip to content

Commit

Permalink
Recognize sequential Windows short paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Oct 22, 2024
1 parent e4b2fdc commit 61645f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ TeX/AMS
nolint:\w+

# Windows short paths
[/\\][^/\\]{5,6}~\d{1,2}[/\\]
[/\\][^/\\]{5,6}~\d{1,2}(?=[/\\])

# cygwin paths
/cygdrive/[a-zA-Z]/(?:Program Files(?: \(.*?\)| ?)(?:/[-+.~\\/()\w ]+)*|[-+.~\\/()\w])+
Expand Down

0 comments on commit 61645f2

Please sign in to comment.