mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-29 01:38:18 +03:00
18ee95179e
* vale cleanup * added --config flag to vale * added --config flag to vale * added --config flag to vale * added --config flag to vale * testing vale
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 |