Skip to content

Commit 26b0b32

Browse files
committed
Remove v0.0.22 references
Users are unlikely to be using old versions
1 parent 5ca4442 commit 26b0b32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/spelling/candidate.patterns

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ systemd.*?running in system mode \([-+].*\)$
705705
# This corpus only had capital letters, but you probably want lowercase ones as well.
706706
\b[LN]'+[a-z]{2,}\b
707707

708-
# latex (check-spelling >= 0.0.22)
708+
# LaTeX
709709
\\\w{2,}\{
710710

711711
# American Mathematical Society (AMS) / Doxygen
@@ -732,7 +732,6 @@ nolint:\s*[\w,]+
732732
# cygwin paths
733733
/cygdrive/[a-zA-Z]/(?:Program Files(?: \(.*?\)| ?)(?:/[-+.~\\/()\w ]+)*|[-+.~\\/()\w])+
734734

735-
# in check-spelling@v0.0.22+, printf markers aren't automatically consumed
736735
# printf markers
737736
(?<!\\)\\[nrt](?=[a-z]{2,})
738737
# alternate printf markers if you run into latex and friends

0 commit comments

Comments
 (0)