Fix EditorConfig checker error

This commit is contained in:
Alexander Popov 2024-01-09 18:53:20 +03:00
parent 5bcabc9e73
commit da9efcc3c5
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
3 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ fi
# editorconfig
echo "Checking by EditorConfig..."
ec -exclude 'node_modules' . &> /dev/null
ec -exclude 'node_modules' -exclude 'venv' . &> /dev/null
if [[ "$?" == 0 ]]; then
echo "✅ EditorConfig"

View File

@ -1,6 +1,7 @@
**/.git
**/node_modules
**/dist
**/venv
test/js/engine.js
*.html

View File

@ -1 +1 @@
- [ ] Неправильно отрабатывает один из Git хуков
- [x] Неправильно отрабатывает один из Git хуков