Commit 5a2ba14a authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

Lower vale admin rule to suggestion level

parent 662e2aac
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
# #
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: substitution extends: substitution
message: 'Use "administration", "administrator", "administer", or "Admin Area" instead of "admin" or "admin area".' message: 'Verify this use of the word "admin". Can it be updated to "administration", "administrator", "administer", or "Admin Area"?'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html 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: suggestion
level: warning
ignorecase: true ignorecase: true
swap: swap:
'admin ?\w*': '(?:Admin Area|[Aa]dminist(ration|rator|rators|er|rative))' 'admin ?\w*': '(?:Admin Area|[Aa]dminist(ration|rator|rators|er|rative))'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment