Skip to content

Commit

Permalink
Show PHPCSFixer changes upon failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Oct 30, 2020
1 parent 9a22fff commit 68bea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ php_cs_fixer_fix: php-cs-fixer.phar
./php-cs-fixer.phar fix --config .php_cs src tests

php_cs_fixer_check: php-cs-fixer.phar
./php-cs-fixer.phar fix --config .php_cs src tests --dry-run
./php-cs-fixer.phar fix --config .php_cs src tests --dry-run --diff --diff-format=udiff

php-cs-fixer.phar:
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.6/php-cs-fixer.phar && chmod 777 php-cs-fixer.phar

0 comments on commit 68bea5a

Please sign in to comment.