From 9e98377f1a8eb91e1370ce3ac5191ce5e07ef1cb Mon Sep 17 00:00:00 2001 From: Jay Klehr Date: Wed, 5 Jun 2024 11:46:19 -0600 Subject: [PATCH] not checking for unused baseline in psalm for now --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index b086ac84..6dbbc989 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="https://getpsalm.org/schema/config ./vendor/vimeo/psalm/config.xsd" errorBaseline="psalm-baseline.xml" errorLevel="2" - findUnusedBaselineEntry="true" + findUnusedBaselineEntry="false" findUnusedCode="false" >