Skip to content

Commit

Permalink
Lowering Psalm strictness level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Scheffler committed May 4, 2024
1 parent 97ed4e0 commit 9da8254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
errorLevel="4"
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"
findUnusedBaselineEntry="false"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit 9da8254

Please sign in to comment.