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

Admin.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbbdb34a8e7e34cbbd846800cf8624134994cb6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Warning: gitlab.Admin
#
# Checks for "admin" and recommends using the full word instead. "Admin Area" is OK.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: substitution
message: 'Use "administration", "administrator", "administer", or "Admin Area" instead of "admin" or "admin area".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html
# Do not set `level: error`, as our docs refer to other docs which use "admin" and "Admin"
level: warning
ignorecase: true
swap:
  'admin ?\w*': '(?:Admin Area|[Aa]dminist(ration|rator|rators|er|rative))'