"vscode:/vscode.git/clone" did not exist on "3549c57bc3745cb4e372a526386bcd1b69fc2d61"
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:
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
args: [--assume-in-merge]
- id: check-symlinks
- id: check-yaml
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