Implement attribute consistency check for LFS files

This commit is contained in:
Alexey Klimkin 2024-02-29 11:37:59 -08:00
parent aae27b8a3e
commit 622b4e12c5
5 changed files with 167 additions and 0 deletions

View file

@ -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.