diff --git a/psalm-ocp.xml b/psalm-ocp.xml index 76a42131512..47804e30fde 100644 --- a/psalm-ocp.xml +++ b/psalm-ocp.xml @@ -6,6 +6,8 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config" errorBaseline="build/psalm-baseline-ocp.xml" + findUnusedBaselineEntry="true" + findUnusedCode="false" > diff --git a/psalm.xml b/psalm.xml index 7ddce05c549..cd50a2722da 100644 --- a/psalm.xml +++ b/psalm.xml @@ -6,6 +6,8 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config" errorBaseline="build/psalm-baseline.xml" + findUnusedBaselineEntry="true" + findUnusedCode="false" >