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
06464f8a
Commit
06464f8a
authored
Jun 30, 2021
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a vale rule to avoid geruns in headers
Suggests not using ing words to start headers
parent
ddc47ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/.vale/gitlab/HeaderGerunds.yml
doc/.vale/gitlab/HeaderGerunds.yml
+14
-0
No files found.
doc/.vale/gitlab/HeaderGerunds.yml
0 → 100644
View file @
06464f8a
---
# Error: gitlab.HeaderGerunds
#
# Checks for headers that start with gerunds (ing words).
# Related to: https://docs.gitlab.com/ee/development/documentation/structure.html
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends
:
substitution
message
:
'
Can
this
header
start
with
an
imperative
verb,
instead
of
a
gerund
(ing
word)?'
link
:
https://docs.gitlab.com/ee/development/documentation/styleguide/#heading-titles
level
:
suggestion
scope
:
heading
swap
:
-
'
^\w*ing.*'
:
'
Troubleshooting'
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