Skip to content

Commit

Permalink
добавлен Makefaile для запуска линтеров
Browse files Browse the repository at this point in the history
  • Loading branch information
partenit committed Sep 6, 2022
1 parent 10e87d1 commit 5236e03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: lint
lint:
bin/console lint:container
bin/console lint:yaml config/services.yaml --parse-tags
vendor/bin/php-cs-fixer fix -v --dry-run --stop-on-violation
vendor/bin/phpstan analyse --memory-limit=1G

0 comments on commit 5236e03

Please sign in to comment.