mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
12 lines
248 B
YAML
12 lines
248 B
YAML
extends: existence
|
|
message: "Avoid first-person pronouns such as '%s'."
|
|
link: 'https://developers.google.com/style/pronouns#personal-pronouns'
|
|
ignorecase: true
|
|
level: warning
|
|
nonword: true
|
|
tokens:
|
|
- (?:^|\s)I\s
|
|
- \bme\b
|
|
- \bus\b
|
|
- \bours\b
|