Commit 20d6086c authored by Marcel Amirault's avatar Marcel Amirault

Loose vale admin rule to allow new menu option

The suggestions are being added to valid references
to the **Admin** menu, so this loosens the rule to
prevent the false positives.
parent 1ee4e65f
......@@ -8,6 +8,6 @@ extends: substitution
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/index.html
level: suggestion
ignorecase: true
ignorecase: false
swap:
'admin ?\w*': '(?:Admin (Area|Mode)|[Aa]dminist(ration|rator|rators|er|rative))'
'[Aa]dmin ?\w*': '(?:Admin( Area| Mode)?|[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