Skip to content

Commit

Permalink
Add cygwin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 12, 2024
1 parent 07fd667 commit aaf4ae7
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 @@ -610,6 +610,9 @@ systemd.*?running in system mode \([-+].*\)$
# Windows short paths
[/\\][^/\\]{5,6}~\d{1,2}[/\\]

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

# in [email protected]+, printf markers aren't automatically consumed
# printf markers
(?<!\\)\\[nrt](?=[a-z]{2,})
Expand Down

0 comments on commit aaf4ae7

Please sign in to comment.