Skip to content

Commit

Permalink
Merge pull request #316 from JohnStrunk/pc-merge-confiict
Browse files Browse the repository at this point in the history
Add check for merge conflict markers
  • Loading branch information
mergify[bot] authored Aug 11, 2023
2 parents 35f37cb + afcefd8 commit 4a12c84
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 4a12c84

Please sign in to comment.