debian-mirror-gitlab/doc/.vale/gitlab/FirstPerson.yml

17 lines
487 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
# Warning: gitlab.FirstPerson
#
2020-04-08 14:13:33 +05:30
# Checks for use of first person pronouns.
#
2020-07-28 23:09:34 +05:30
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
2020-04-08 14:13:33 +05:30
extends: existence
2020-06-23 00:09:42 +05:30
message: '"%s" is a first-person pronoun. Use second- or third-person pronouns (like we, you, us, one) instead.'
2020-04-08 14:13:33 +05:30
level: warning
ignorecase: true
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
tokens:
- '\bI[ ,;:?!"]|\bI\x27.{1,2}'
- me
- myself
- mine