Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MergeConflictMarkers.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54e044f195db33ae379184cf34574e5534e98f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Error: gitlab.MergeConflictMarkers
#
# Checks for the presence of merge conflict markers.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Remove the merge conflict marker '%s'."
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'