Update .husky/pre-commit
This commit is contained in:
parent
023e1049f7
commit
8d0d1dcb57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue