Skip to content

Commit

Permalink
Add check for merge conflict markers
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <john.strunk@gmail.com>
  • Loading branch information
JohnStrunk committed Aug 11, 2023
1 parent 303e1e8 commit 64aa694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repos:
media/cc-receiver-logo\.svg|
testdata/.*
)$
- id: check-merge-conflict # Check for files that contain merge conflict strings
- id: check-yaml # Checks yaml files for parseable syntax
- id: end-of-file-fixer # Ensures that a file is either empty, or ends with one newline
exclude: |
Expand Down

0 comments on commit 64aa694

Please sign in to comment.