diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e61f80 --- /dev/null +++ b/Makefile @@ -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 \ No newline at end of file