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 f1c5e21 commit 47e3851Copy full SHA for 47e3851
.psalm/config.xml
@@ -4,7 +4,9 @@
4
xmlns="https://getpsalm.org/schema/config"
5
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
6
resolveFromConfigFile="false"
7
+ findUnusedCode="false"
8
errorBaseline=".psalm/baseline.xml"
9
+ findUnusedBaselineEntry="true"
10
>
11
<projectFiles>
12
<directory name="src" />
0 commit comments