mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prevent pre-commit hook from triggering on JSON
This commit is contained in:
parent
e5831239e2
commit
a4b8bba3e0
@ -41,7 +41,8 @@ git diff > "$PATCH_FILE"
|
||||
git checkout -- .
|
||||
|
||||
# Filter relevant files for linting
|
||||
FILES=$(git diff --cached --name-only --diff-filter=ACMR | grep "\.js\|scss$")
|
||||
FILES=$(git diff --cached --name-only --diff-filter=ACMR | \
|
||||
grep "\.\(js\|jsx\|scss\)$")
|
||||
|
||||
# Run the check and print indicator
|
||||
if [ "$FILES" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user