Skip to content

Commit e69c3dc

Browse files
authored
Merge pull request #406 from WyriHaximus/no-need-to-run-cs-fix-on-ci
No need to run CS Fix on CI
2 parents 24ab42b + 90bb81d commit e69c3dc

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
@@ -36,7 +36,7 @@ all: ## Runs everything ###
3636
syntax-php: ## Lint PHP syntax
3737
$(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor .
3838

39-
cs-fix: ## Fix any automatically fixable code style issues
39+
cs-fix: ## Fix any automatically fixable code style issues ###
4040
$(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
4141

4242
cs: ## Check the code for code style issues

0 commit comments

Comments
 (0)