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

14 lines
575 B
YAML
Raw Normal View History

2021-01-03 14:25:43 +05:30
---
# Warning: gitlab.Admin
#
2021-03-08 18:12:59 +05:30
# Checks for "admin" and recommends using the full word instead. "Admin Area" is OK.
2021-01-03 14:25:43 +05:30
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: substitution
2021-03-11 19:13:27 +05:30
message: 'Verify this use of the word "admin". Can it be updated to "administration", "administrator", "administer", or "Admin Area"?'
2021-04-17 20:07:23 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
2021-03-11 19:13:27 +05:30
level: suggestion
2021-09-04 01:27:46 +05:30
ignorecase: false
2021-01-03 14:25:43 +05:30
swap:
2021-09-04 01:27:46 +05:30
'[Aa]dmin ?\w*': '(?:Admin( Area| Mode)?|[Aa]dminist(ration|rator|rators|er|rative))'