Skip to content

Commit 75f7d20

Browse files
committed
Remove --stop-on-violation from 'make style'
1 parent 425cac0 commit 75f7d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ phpstan:
1717
bash:
1818
$(DC_RUN_PHP) bash
1919
style:
20-
$(DC_RUN_PHP) php ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --stop-on-violation --using-cache=no -vvv
20+
$(DC_RUN_PHP) php ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no -vvv
2121
FORCE:

0 commit comments

Comments
 (0)