blog/vale-styles/Google/FirstPerson.yml

14 lines
277 B
YAML
Raw Normal View History

2021-11-27 14:04:27 +01:00
extends: existence
message: "Avoid first-person pronouns such as '%s'."
link: 'https://developers.google.com/style/pronouns#personal-pronouns'
ignorecase: true
level: warning
nonword: true
tokens:
- (?:^|\s)I\s
- (?:^|\s)I,\s
- \bI'm\b
- \bme\b
- \bmy\b
- \bmine\b