Skip to content

Commit

Permalink
update psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 21, 2025
1 parent 8b2dd6f commit 4facbec
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0"?>
<psalm
errorLevel="8"
errorLevel="6"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
findUnusedCode="false"
findUnusedIssueHandlerSuppression="false"
ensureOverrideAttribute="false"
>
<projectFiles>
<directory name="src" />
Expand All @@ -15,13 +18,8 @@
</ignoreFiles>
</projectFiles>
<issueHandlers>
<UnusedClass errorLevel="suppress" />
<UnusedForeachValue errorLevel="suppress" />
<UnusedVariable errorLevel="suppress" />
<UnusedClosureParam errorLevel="suppress" />
<UnusedProperty errorLevel="suppress" />
<PossiblyUnusedMethod errorLevel="suppress" />
<PossiblyUnusedReturnValue errorLevel="suppress" />
<PossiblyUnusedProperty errorLevel="suppress" />
<InvalidOperand errorLevel="suppress" />
<ClassMustBeFinal errorLevel="suppress" />
<ImplicitToStringCast errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit 4facbec

Please sign in to comment.