We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca4442 commit 26b0b32Copy full SHA for 26b0b32
.github/actions/spelling/candidate.patterns
@@ -705,7 +705,7 @@ systemd.*?running in system mode \([-+].*\)$
705
# This corpus only had capital letters, but you probably want lowercase ones as well.
706
\b[LN]'+[a-z]{2,}\b
707
708
-# latex (check-spelling >= 0.0.22)
+# LaTeX
709
\\\w{2,}\{
710
711
# American Mathematical Society (AMS) / Doxygen
@@ -732,7 +732,6 @@ nolint:\s*[\w,]+
732
# cygwin paths
733
/cygdrive/[a-zA-Z]/(?:Program Files(?: \(.*?\)| ?)(?:/[-+.~\\/()\w ]+)*|[-+.~\\/()\w])+
734
735
-# in check-spelling@v0.0.22+, printf markers aren't automatically consumed
736
# printf markers
737
(?<!\\)\\[nrt](?=[a-z]{2,})
738
# alternate printf markers if you run into latex and friends
0 commit comments