Fix EditorConfig checker error

This commit is contained in:
2024-01-09 18:53:20 +03:00
parent 5bcabc9e73
commit da9efcc3c5
3 changed files with 3 additions and 2 deletions
+1 -1
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"