letterpress/.github/styles/RedHat/MergeConflictMarkers.yml
2024-09-28 22:50:49 +02:00

14 lines
316 B
YAML

---
extends: existence
scope: raw
level: error
nonword: true
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/mergeconflictmarkers/
message: "Do not commit Git merge conflict markers in source code."
action:
name: remove
tokens:
- '^<{7}\s.*$'
- '^={7}$'
- '^>{7}\s.*$'