summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/FirstPerson.yml
blob: 18c5265b0a676395dc1ad044dd6069abcb10059c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Checks for use of first person pronouns.
#
# For a list of all options, see https://errata-ai.github.io/vale/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