Skip to content

Commit

Permalink
Reconfigure psalm until vimeo/psalm#3421 is released
Browse files Browse the repository at this point in the history
SPBCC-11
  • Loading branch information
JoshuaBehrens committed May 21, 2020
1 parent e63ca6c commit b5135cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dev-ops/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
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"
cacheDirectory="./.build/psalm"
cacheDirectory=".build/psalm"
errorLevel="1"
resolveFromConfigFile="true"
>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
Expand Down Expand Up @@ -37,10 +36,10 @@
</plugins>

<projectFiles>
<directory name="../src/" />
<directory name="../test/" />
<directory name="src/" />
<directory name="test/" />
<ignoreFiles>
<directory name="../vendor/" />
<directory name="vendor/" />
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit b5135cb

Please sign in to comment.