Skip to content

Commit

Permalink
add psalm.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Анатолий Нехай committed Apr 17, 2022
1 parent c9e9e1b commit 8540c02
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
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 8540c02

Please sign in to comment.