Unverified Commit e39df01c authored by LSinev's avatar LSinev Committed by GitHub
Browse files

Modify pre-commit hook to check merge conflicts accidentally committed not at...

Modify pre-commit hook to check merge conflicts accidentally committed not at current merge commit (#1927)
parent 7257aa2e
...@@ -10,6 +10,7 @@ repos: ...@@ -10,6 +10,7 @@ repos:
- id: check-case-conflict - id: check-case-conflict
- id: check-json - id: check-json
- id: check-merge-conflict - id: check-merge-conflict
args: [--assume-in-merge]
- id: check-symlinks - id: check-symlinks
- id: check-yaml - id: check-yaml
args: ["--unsafe"] args: ["--unsafe"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment