Update .husky/pre-commit

This commit is contained in:
RameshT 2024-08-08 07:13:51 +00:00
parent 023e1049f7
commit 8d0d1dcb57
1 changed files with 1 additions and 5 deletions

View File

@ -66,10 +66,6 @@ run_php_tools() {
/home/aissel/.config/composer/vendor/bin/phpcbf --standard=/var/www/html/google_forms/phpcs.xml "$FILE" || true
done
echo "Running PHP CS Fixer..."
for FILE in $files; do
/home/aissel/.config/composer/vendor/bin/php-cs-fixer fix "$FILE"
done
echo "Running PHPCS..."
for FILE in $files; do