Skip to content

Commit

Permalink
dev: improved husky precommit handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 16, 2024
1 parent b71a9f5 commit 3ae3552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ format_php:
#!/usr/bin/env bash
set -eo pipefail
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php "${FILES:-app/ tests/ tools/ vhs/}"
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php ${FILES:-app/ tests/ tools/ vhs/}

setup target:
@echo 'Setting up {{target}}…'
Expand Down

0 comments on commit 3ae3552

Please sign in to comment.