Skip to content

Commit e6be2b4

Browse files
committed
update psalm
1 parent a22b12e commit e6be2b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

psalm.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+
findUnusedCode="false"
9+
findUnusedIssueHandlerSuppression="false"
10+
ensureOverrideAttribute="false"
811
>
912
<projectFiles>
1013
<directory name="src" />
@@ -13,7 +16,8 @@
1316
</ignoreFiles>
1417
</projectFiles>
1518
<issueHandlers>
16-
<UnusedClass errorLevel="suppress" />
17-
<PossiblyUnusedMethod errorLevel="suppress" />
19+
<InvalidOperand errorLevel="suppress" />
20+
<ClassMustBeFinal errorLevel="suppress" />
21+
<ImplicitToStringCast errorLevel="suppress" />
1822
</issueHandlers>
1923
</psalm>

0 commit comments

Comments
 (0)