Skip to content

Commit 221b22b

Browse files
authored
Merge pull request #28 from codeigniter4/psalm-config
Psalm Config
2 parents 3ff30e8 + 40bbd33 commit 221b22b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

psalm.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Template/psalm.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<psalm
3+
errorLevel="7"
4+
resolveFromConfigFile="true"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xmlns="https://getpsalm.org/schema/config"
7+
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+
autoloader="psalm_autoload.php"
9+
cacheDirectory="build/psalm/"
10+
>
11+
<projectFiles>
12+
<directory name="app/" />
13+
<directory name="tests/" />
14+
<ignoreFiles>
15+
<directory name="vendor" />
16+
<directory name="app/Views" />
17+
</ignoreFiles>
18+
</projectFiles>
19+
</psalm>

0 commit comments

Comments
 (0)