From c5af8050f52872ff25542d5bc85189cc497f544d Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Sat, 13 Jun 2026 01:49:31 +0200 Subject: [PATCH] Remove psalm leftovers --- Makefile | 12 ++---------- baseline.xml | 9 --------- psalm.xml | 23 ----------------------- 3 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 baseline.xml delete mode 100644 psalm.xml diff --git a/Makefile b/Makefile index e0ed1f5..86fffd1 100644 --- a/Makefile +++ b/Makefile @@ -20,24 +20,16 @@ phpstan: vendor phpstan-baseline: vendor ## run phpstan static code analyser vendor/bin/phpstan analyse --generate-baseline -.PHONY: psalm -psalm: vendor ## run psalm static code analyser - vendor/bin/psalm - -.PHONY: psalm-baseline -psalm-baseline: vendor ## run psalm static code analyser - vendor/bin/psalm --update-baseline --set-baseline=baseline.xml - .PHONY: phpunit phpunit: vendor ## run phpunit tests XDEBUG_MODE=coverage vendor/bin/phpunit .PHONY: infection infection: vendor ## run infection - XDEBUG_MODE=coverage vendor/bin/infection --threads=max + XDEBUG_MODE=coverage vendor/bin/infection --threads=7 .PHONY: static -static: psalm phpstan phpcs-check ## run static analyser +static: phpstan cs ## run static analyser test: phpunit ## run tests diff --git a/baseline.xml b/baseline.xml deleted file mode 100644 index 93a8381..0000000 --- a/baseline.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - shouldStop]]> - shouldStop]]> - - - diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index a0ff8ee..0000000 --- a/psalm.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - -