mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Implement attribute consistency check for LFS files
This commit is contained in:
parent
aae27b8a3e
commit
622b4e12c5
5 changed files with 167 additions and 0 deletions
|
|
@ -59,6 +59,12 @@
|
|||
entry: pretty-format-json
|
||||
language: python
|
||||
types: [json]
|
||||
- id: check-lfs-attributes
|
||||
name: check for files with mismatching LFS attribute
|
||||
description: ensures LFS pointers are matching .gitattributes
|
||||
entry: check-lfs-attributes
|
||||
language: python
|
||||
stages: [commit, push, manual]
|
||||
- id: check-merge-conflict
|
||||
name: check for merge conflicts
|
||||
description: checks for files that contain merge conflict strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue