We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
”
1 parent 9dc02df commit 00810cdCopy full SHA for 00810cd
.github/actions/spelling/line_forbidden.patterns
@@ -72,6 +72,13 @@
72
# Should probably have a trailing `.`
73
\s([a-z]\.){2,}[a-z]\s
74
75
+# Should probably end with `”`
76
+# Likely bad OCR
77
+“.+[^'‘\\\[]+’'(?!['"])
78
+
79
+# Should probably end with `”` or with only one of `’`/`'`
80
+\s\w+[^'‘\\\[]+’'(?!['"])
81
82
# Should probably be `YYYYMMDD`
83
\b[Yy]{4}[Dd]{2}[Mm]{2}(?!.*[Yy]{4}[Dd]{2}[Mm]{2}).*$
84
@@ -374,6 +381,9 @@ CLoud
374
381
# Should be `its`
375
382
(?<!since )\bit's(?= data\b)
376
383
384
+# Should be `... its`
385
+\w{2}(?<!\b(?:case|fail|mean|perhap|purpose|sometime|unles|ye))s it's\b(?! (?:an?|going|not|own|the|\w+ed)\b)
386
377
387
# Should be `for its` (possessive) or `because it is`
378
388
\bfor it(?:'s| is)\b
379
389
0 commit comments