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.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-04-08 14:13:33 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Instead of '%s', speak directly to the reader. Use 'you' or re-write to remove."
|
2020-04-08 14:13:33 +05:30
|
|
|
level: warning
|
|
|
|
ignorecase: true
|
2023-01-13 00:05:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
|
2020-04-08 14:13:33 +05:30
|
|
|
tokens:
|
|
|
|
- '\bI[ ,;:?!"]|\bI\x27.{1,2}'
|
|
|
|
- me
|
|
|
|
- myself
|
|
|
|
- mine
|