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
d8730d0f
Commit
d8730d0f
authored
May 27, 2020
by
Marcel Amirault
Committed by
Evan Read
May 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create vale test for unresolved merge conflicts
parent
21ca8494
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/.vale/gitlab/MergeConflictMarkers.yml
doc/.vale/gitlab/MergeConflictMarkers.yml
+13
-0
No files found.
doc/.vale/gitlab/MergeConflictMarkers.yml
0 → 100644
View file @
d8730d0f
---
# Error: gitlab.MergeConflictMarkers
#
# Checks for the presence of merge conflict markers.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends
:
existence
message
:
'
Merge
conflict
marker
"%s"
found.'
link
:
https://docs.gitlab.com/ee/development/code_review.html#merging-a-merge-request
level
:
error
scope
:
raw
raw
:
-
'
\n<<<<<<<
.+\n|\n=======\n|\n>>>>>>>
.+\n'
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