blob: 0b7b8828ca5f47acd4329a04ea692bef3ed4b4e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|