Skip to content

Commit

Permalink
[TASK] Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed May 3, 2024
1 parent 5e4e5b5 commit ac2963f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ docs: ## Generate projects documentation (from "Documentation" directory)
test-docs: ## Test the documentation rendering
mkdir -p Documentation-GENERATED-temp
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log

.PHONY: rector
rector: ## Run rector
.Build/bin/rector

.PHONY: fix-cs
fix-cs: ## Fix PHP coding styles
.Build/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php

0 comments on commit ac2963f

Please sign in to comment.