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>
13 lines
273 B
YAML
13 lines
273 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'm\b
|
|
- \bme\b
|
|
- \bmy\b
|
|
- \bmine\b
|