From ac2963f555396ef4fe6fda74793bd7f0df144f04 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Fri, 3 May 2024 10:22:29 +0200 Subject: [PATCH] [TASK] Apply suggestions from code review --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 6070f15..02cc8ba 100644 --- a/Makefile +++ b/Makefile @@ -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