Skip to content

Commit

Permalink
Create psalm-8.0.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jul 10, 2024
1 parent c3db7c9 commit 297cca4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions psalm-8.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
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"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit 297cca4

Please sign in to comment.