From 67e3a992f7ac707297c9cbae02bc7a4839c9debb Mon Sep 17 00:00:00 2001 From: provokateurin Date: Sun, 12 Jan 2025 08:53:49 +0100 Subject: [PATCH 01/14] feat(psalm): Enable finding unused baseline entries Signed-off-by: provokateurin --- psalm.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/psalm.xml b/psalm.xml index b86e8799c..35eb0ab4f 100644 --- a/psalm.xml +++ b/psalm.xml @@ -6,6 +6,7 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" errorBaseline="tests/psalm-baseline.xml" + findUnusedBaselineEntry="true" >