mirror of
https://github.com/github/codeql.git
synced 2026-03-16 20:46:49 +01:00
8 lines
217 B
YAML
8 lines
217 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
|