2020-12-04 07:09:39 -05:00
|
|
|
|
---
|
|
|
|
|
# Warning: gitlab.Possessive
|
|
|
|
|
#
|
|
|
|
|
# The word GitLab should not be used in the possessive form.
|
|
|
|
|
#
|
|
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
|
|
|
extends: existence
|
|
|
|
|
message: 'Rewrite "%s" to not use "’s".'
|
2020-12-16 19:09:53 -05:00
|
|
|
|
level: error
|
2020-12-04 07:09:39 -05:00
|
|
|
|
ignorecase: true
|
2020-12-16 19:09:53 -05:00
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#trademark
|
2020-12-04 07:09:39 -05:00
|
|
|
|
tokens:
|
|
|
|
|
- GitLab's # Straight apostrophe.
|
|
|
|
|
- GitLab’s # Curly closing apostrophe.
|
|
|
|
|
- GitLab‘s # Curly opening apostrophe.
|