mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
10 lines
214 B
YAML
10 lines
214 B
YAML
extends: existence
|
|
message: "Use first person sparingly ('%s')."
|
|
link: 'https://docs.microsoft.com/en-us/style-guide/grammar/person'
|
|
ignorecase: true
|
|
level: warning
|
|
nonword: true
|
|
tokens:
|
|
- (?:^|\s)I\s
|
|
- \bme\b
|