We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24ab42b + 90bb81d commit e69c3dcCopy full SHA for e69c3dc
Makefile
@@ -36,7 +36,7 @@ all: ## Runs everything ###
36
syntax-php: ## Lint PHP syntax
37
$(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor .
38
39
-cs-fix: ## Fix any automatically fixable code style issues
+cs-fix: ## Fix any automatically fixable code style issues ###
40
$(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml -vvvv
41
42
cs: ## Check the code for code style issues
0 commit comments