Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky authored Nov 16, 2021
1 parent 3e6c522 commit 041c0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fix-cs: vendor ## Fix all files using defined PHP-CS-FIXER rules
vendor/bin/php-cs-fixer fix

.PHONY: coding-standards
coding-standards: vendor ## Check all files using defined PHP-CS-FIXER rules
vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --using-cache=no
coding-standards: vendor ## Check all files using ECS rules
vendor/bin/ecs check

.PHONY: tests
tests: vendor ## Run all tests
Expand Down

0 comments on commit 041c0b3

Please sign in to comment.