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
d94eda1f
Commit
d94eda1f
authored
Nov 02, 2020
by
Amy Qualls
Committed by
Marcel Amirault
Nov 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to shorter comment style
We've since shifted to a shorter comment style for Vale tests.
parent
f17d1cc4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
15 deletions
+9
-15
doc/.vale/gitlab/AlertBoxCaution.yml
doc/.vale/gitlab/AlertBoxCaution.yml
+1
-0
doc/.vale/gitlab/AlertBoxDanger.yml
doc/.vale/gitlab/AlertBoxDanger.yml
+1
-0
doc/.vale/gitlab/AlertBoxNoteTip.yml
doc/.vale/gitlab/AlertBoxNoteTip.yml
+1
-0
doc/.vale/gitlab/CurrentStatus.yml
doc/.vale/gitlab/CurrentStatus.yml
+1
-1
doc/.vale/gitlab/FutureTense.yml
doc/.vale/gitlab/FutureTense.yml
+1
-1
doc/.vale/gitlab/RelativeLinks.yml
doc/.vale/gitlab/RelativeLinks.yml
+1
-1
doc/.vale/gitlab/VersionText.yml
doc/.vale/gitlab/VersionText.yml
+3
-12
No files found.
doc/.vale/gitlab/AlertBoxCaution.yml
View file @
d94eda1f
...
...
@@ -6,6 +6,7 @@
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
substitution
message
:
"
CAUTION:
alert
boxes
must
be
of
the
format
'CAUTION:
**Caution:**'.
'Caution'
can
be
replaced
with
'Warning'
or
'Important'."
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
level
:
warning
nonword
:
true
scope
:
raw
...
...
doc/.vale/gitlab/AlertBoxDanger.yml
View file @
d94eda1f
...
...
@@ -6,6 +6,7 @@
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
substitution
message
:
"
DANGER:
alert
boxes
must
be
of
the
format
'DANGER:
**Warning:**'.
'Warning'
can
be
replaced
with
'Important',
'Deprecated',
or
'Required'."
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
level
:
error
nonword
:
true
scope
:
raw
...
...
doc/.vale/gitlab/AlertBoxNoteTip.yml
View file @
d94eda1f
...
...
@@ -6,6 +6,7 @@
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
substitution
message
:
"
NOTE:
and
TIP:
alert
boxes
must
be
of
the
format
'NOTE:
**Note:**'
or
'TIP:
**Tip:**"
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
level
:
warning
nonword
:
true
scope
:
raw
...
...
doc/.vale/gitlab/CurrentStatus.yml
View file @
d94eda1f
...
...
@@ -5,7 +5,7 @@
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
message
:
'
Avoid
words
like
"%s"
that
promise
future
changes.'
message
:
'
Avoid
words
like
"%s"
that
promise
future
changes
,
because
documentation
is
about
the
current
state
of
the
product
.'
level
:
suggestion
ignorecase
:
true
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
...
...
doc/.vale/gitlab/FutureTense.yml
View file @
d94eda1f
...
...
@@ -6,7 +6,7 @@
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
message
:
'
Avoid
using
future
tense:
"%s"'
message
:
'
Avoid
using
future
tense:
"%s"
.
Use
present
tense
instead.
'
ignorecase
:
true
level
:
warning
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
...
...
doc/.vale/gitlab/RelativeLinks.yml
View file @
d94eda1f
...
...
@@ -5,7 +5,7 @@
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
message
:
'
Link
"%s"
must
be
relative
.'
message
:
'
Link
"%s"
must
be
a
relative
link
with
a
.md
extension
.'
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#links-to-internal-documentation
level
:
error
scope
:
raw
...
...
doc/.vale/gitlab/VersionText.yml
View file @
d94eda1f
---
# Error: gitlab.VersionText
#
# Checks that version text is formatted correctly.
#
# Specifically looks for either of the following that is immediately followed on the next line
# by content, which will break rendering:
#
# - `> Introduced` (version text without a link)
# - `> [Introduced` (version text with a link)
#
# Because it excludes `-`, it doesn't look for multi-line version text, for which content
# immediately on the next line is ok. However, this will often highlight where multi-line version
# text is attempted without `-` characters.
# Checks for use of some of the top misused terms at GitLab.
# For substitutions only flagged as warnings, see SubstitutionWarning.yml
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
message
:
'
"%s"
is
not
formatted
correctly.'
message
:
'
This
introduced-in
line
is
not
formatted
correctly.'
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide.html#text-for-documentation-requiring-version-text
level
:
error
scope
:
raw
...
...
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