mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
11 lines
263 B
YAML
11 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
|