We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22b12e commit e6be2b4Copy full SHA for e6be2b4
psalm.xml
@@ -5,6 +5,9 @@
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xmlns="https://getpsalm.org/schema/config"
7
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
+ findUnusedCode="false"
9
+ findUnusedIssueHandlerSuppression="false"
10
+ ensureOverrideAttribute="false"
11
>
12
<projectFiles>
13
<directory name="src" />
@@ -13,7 +16,8 @@
16
</ignoreFiles>
14
17
</projectFiles>
15
18
<issueHandlers>
- <UnusedClass errorLevel="suppress" />
- <PossiblyUnusedMethod errorLevel="suppress" />
19
+ <InvalidOperand errorLevel="suppress" />
20
+ <ClassMustBeFinal errorLevel="suppress" />
21
+ <ImplicitToStringCast errorLevel="suppress" />
22
</issueHandlers>
23
</psalm>
0 commit comments