mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
15 lines
239 B
YAML
15 lines
239 B
YAML
|
extends: existence
|
||
|
message: "Avoid using first person (such as '%s')"
|
||
|
ignorecase: true
|
||
|
level: error
|
||
|
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
|