Skip to content

Commit 5529a84

Browse files
Merge pull request #29 from tidal/fix-make-style
Remove stop-on-violation from 'make style'
2 parents 425cac0 + 75f7d20 commit 5529a84

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)