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
e4e18484
Commit
e4e18484
authored
Nov 09, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vale rule comments
parent
0e51ca09
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
doc/.vale/gitlab/AlertBoxCaution.yml
doc/.vale/gitlab/AlertBoxCaution.yml
+1
-1
doc/.vale/gitlab/CurlStringsQuoted.yml
doc/.vale/gitlab/CurlStringsQuoted.yml
+1
-1
doc/.vale/gitlab/VersionText.yml
doc/.vale/gitlab/VersionText.yml
+11
-2
No files found.
doc/.vale/gitlab/AlertBoxCaution.yml
View file @
e4e18484
---
# Error: gitlab.AlertBoxCaution
#
# Makes sure
DANGER
: alert boxes follow standard formatting.
# Makes sure
CAUTION
: alert boxes follow standard formatting.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
substitution
...
...
doc/.vale/gitlab/CurlStringsQuoted.yml
View file @
e4e18484
---
# Warning: gitlab.CurlStringsQuoted
#
# Ensures all codeblocks using curl quote any URL strings.
# Ensures all code
blocks using curl quote any URL strings.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
...
...
doc/.vale/gitlab/VersionText.yml
View file @
e4e18484
---
# Error: gitlab.VersionText
#
# Checks for use of some of the top misused terms at GitLab.
# For substitutions only flagged as warnings, see SubstitutionWarning.yml
# 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.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
existence
...
...
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