Skip to content

Commit

Permalink
Fix Psalm not running checks correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Staa committed Oct 29, 2020
1 parent 1a05714 commit d7b81c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
errorLevel="2"
resolveFromConfigFile="true"
findUnusedCode="true"
runTaintAnalysis="true"
forbidEcho="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"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="generated" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
Expand Down

0 comments on commit d7b81c1

Please sign in to comment.