mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
17 lines
319 B
YAML
17 lines
319 B
YAML
extends: existence
|
|
message: "Use first person (such as '%s') sparingly."
|
|
link: https://docs.microsoft.com/en-us/style-guide/grammar/person
|
|
ignorecase: true
|
|
level: warning
|
|
nonword: true
|
|
tokens:
|
|
- (?:^|\s)I(?=\s)
|
|
- (?:^|\s)I(?=,\s)
|
|
- \bI'd\b
|
|
- \bI'll\b
|
|
- \bI'm\b
|
|
- \bI've\b
|
|
- \bme\b
|
|
- \bmy\b
|
|
- \bmine\b
|