mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-05 15:25:25 +00:00
8 lines
186 B
YAML
8 lines
186 B
YAML
extends: existence
|
|
message: "Spell out all ordinal numbers ('%s') in text."
|
|
link: 'https://developers.google.com/style/numbers'
|
|
level: error
|
|
nonword: true
|
|
tokens:
|
|
- \d+(?:st|nd|rd|th)
|