mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
12 lines
263 B
YAML
12 lines
263 B
YAML
|
extends: existence
|
||
|
message: "Try to avoid using first-person plural like '%s'."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/grammar/person#avoid-first-person-plural
|
||
|
level: warning
|
||
|
ignorecase: true
|
||
|
tokens:
|
||
|
- we
|
||
|
- we'(?:ve|re)
|
||
|
- ours?
|
||
|
- us
|
||
|
- let's
|