Skip to content

Commit

Permalink
Add explicit Psalm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 1, 2023
1 parent 2e8d457 commit b43c3d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
phpVersion="8.1"
errorLevel="1"
findUnusedBaselineEntry="true"
findUnusedPsalmSuppress="true"
findUnusedCode="false"
findUnusedVariablesAndParams="true"
>
<projectFiles>
<directory name="src"/>
Expand Down

0 comments on commit b43c3d3

Please sign in to comment.