16 lines
487 B
YAML
16 lines
487 B
YAML
---
|
|
# Warning: gitlab.FirstPerson
|
|
#
|
|
# Checks for use of first person pronouns.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: '"%s" is a first-person pronoun. Use second- or third-person pronouns (like we, you, us, one) instead.'
|
|
level: warning
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
|
|
tokens:
|
|
- '\bI[ ,;:?!"]|\bI\x27.{1,2}'
|
|
- me
|
|
- myself
|
|
- mine
|