Skip to content

Commit

Permalink
Merge pull request #28 from codeigniter4/psalm-config
Browse files Browse the repository at this point in the history
Psalm Config
  • Loading branch information
MGatner authored May 23, 2022
2 parents 3ff30e8 + 40bbd33 commit 221b22b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions psalm.xml

This file was deleted.

19 changes: 19 additions & 0 deletions src/Template/psalm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<psalm
errorLevel="7"
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"
autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/"
>
<projectFiles>
<directory name="app/" />
<directory name="tests/" />
<ignoreFiles>
<directory name="vendor" />
<directory name="app/Views" />
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit 221b22b

Please sign in to comment.