Skip to content

Commit 05ec799

Browse files
committed
chore(psalm): update psalm.xml
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent f7077eb commit 05ec799

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

psalm.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
<!-- SPDX-FileCopyrightText: 2026 LibreCode coop and contributors -->
33
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
44
<psalm
5+
errorBaseline="tests/psalm-baseline.xml"
56
errorLevel="3"
7+
findUnusedBaselineEntry="true"
8+
findUnusedCode="false"
69
phpVersion="8.2"
10+
resolveFromConfigFile="true"
711
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
812
xmlns="https://getpsalm.org/schema/config"
913
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
@@ -16,10 +20,4 @@
1620
</ignoreFiles>
1721
</projectFiles>
1822

19-
<issueHandlers>
20-
<MissingOverrideAttribute errorLevel="info" />
21-
<PossiblyUnusedMethod errorLevel="info" />
22-
<PossiblyUnusedProperty errorLevel="info" />
23-
<UnusedClass errorLevel="info" />
24-
</issueHandlers>
2523
</psalm>

0 commit comments

Comments
 (0)