blog/vale-styles/Google/Periods.yml

8 lines
208 B
YAML
Raw Normal View History

2021-11-27 14:04:27 +01:00
extends: existence
message: "Don't use periods with acronyms or initialisms such as '%s'."
link: 'https://developers.google.com/style/abbreviations'
level: error
nonword: true
tokens:
- '\b(?:[A-Z]\.){3,}'