-
Notifications
You must be signed in to change notification settings - Fork 327
/
psalm.xml.dist
23 lines (23 loc) · 752 Bytes
/
psalm.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<psalm
errorLevel="4"
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>
<ignoreFiles allowMissingFiles="true">
<directory name="vendor"/>
<directory name="tests/Functional/App/var"/>
</ignoreFiles>
<directory name="src"/>
<directory name="tests"/>
</projectFiles>
<issueHandlers>
<UndefinedDocblockClass>
<errorLevel type="suppress">
<referencedClass name="UnitEnum" />
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>
</psalm>