Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0f653d9b
Commit
0f653d9b
authored
May 08, 2020
by
Marcel Amirault
Committed by
Evan Read
May 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create Vale rule for lowercase badges
parent
a92ee68a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
doc/.vale/gitlab/BadgeCapitalization.yml
doc/.vale/gitlab/BadgeCapitalization.yml
+42
-0
No files found.
doc/.vale/gitlab/BadgeCapitalization.yml
0 → 100644
View file @
0f653d9b
---
# Verifies that badges are not lower case, which won't render properly.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends
:
existence
message
:
'
Badge
"%s"
must
be
capitalized.'
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#product-badges
level
:
error
scope
:
raw
raw
:
-
'
(\*\*\(Core\)\*\*|'
-
'
\*\*\(core\)\*\*|'
-
'
\*\*\(Starter\)\*\*|'
-
'
\*\*\(starter\)\*\*|'
-
'
\*\*\(Premium\)\*\*|'
-
'
\*\*\(premium\)\*\*|'
-
'
\*\*\(Ultimate\)\*\*|'
-
'
\*\*\(ultimate\)\*\*|'
-
'
\*\*\(Core
Only\)\*\*|'
-
'
\*\*\(Core
only\)\*\*|'
-
'
\*\*\(core
only\)\*\*|'
-
'
\*\*\(Starter
Only\)\*\*|'
-
'
\*\*\(Starter
only\)\*\*|'
-
'
\*\*\(starter
only\)\*\*|'
-
'
\*\*\(Premium
Only\)\*\*|'
-
'
\*\*\(Premium
only\)\*\*|'
-
'
\*\*\(premium
only\)\*\*|'
-
'
\*\*\(Ultimate
Only\)\*\*|'
-
'
\*\*\(Ultimate
only\)\*\*|'
-
'
\*\*\(ultimate
only\)\*\*|'
-
'
\*\*\(Free
Only\)\*\*|'
-
'
\*\*\(Free
only\)\*\*|'
-
'
\*\*\(free
only\)\*\*|'
-
'
\*\*\(Bronze
Only\)\*\*|'
-
'
\*\*\(Bronze
only\)\*\*|'
-
'
\*\*\(bronze
only\)\*\*|'
-
'
\*\*\(Silver
Only\)\*\*|'
-
'
\*\*\(Silver
only\)\*\*|'
-
'
\*\*\(silver
only\)\*\*|'
-
'
\*\*\(Gold
Only\)\*\*|'
-
'
\*\*\(Gold
only\)\*\*|'
-
'
\*\*\(gold
only\)\*\*)'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment