Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FirstPerson.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e97b886b5edd4bf6c6b340a97e6ca59a2d37044b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Warning: gitlab.FirstPerson
#
# Checks for use of first person pronouns.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Instead of '%s', speak directly to the reader. Use 'you' or re-write to remove."
level: warning
ignorecase: true
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
tokens:
  - '\bI[ ,;:?!"]|\bI\x27.{1,2}'
  - me
  - myself
  - mine