Skip to content

Commit ebfadc6

Browse files
committed
Suggest periods for complete sentences be inside parentheticals
1 parent 40814c1 commit ebfadc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/actions/spelling/line_forbidden.patterns

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# https://twitter.com/nyttypos/status/1894816551435641027
1717
\brequires that \w+\b[^.]+to be\b
1818

19+
# A fully parenthetical sentence’s period goes inside the parentheses, not outside.
20+
# https://twitter.com/nyttypos/status/1898844061873639490
21+
\([A-Z][a-z]{2,}(?: [a-z]+){3,}\)\.\s
22+
1923
# Should be `HH:MM:SS`
2024
\bHH:SS:MM\b
2125

0 commit comments

Comments
 (0)