forked from paragonie/easydb
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpsalm.xml
More file actions
25 lines (25 loc) · 777 Bytes
/
psalm.xml
File metadata and controls
25 lines (25 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<psalm
name="EasyDB static analysis tests."
useDocblockTypes="true"
totallyTyped="true"
>
<projectFiles>
<directory name="src" />
<file name="tests/InsertManyFlatTransactionTest.php" />
<ignoreFiles>
<directory name="tests" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<RedundantCast errorLevel="info" />
<DocblockTypeContradiction errorLevel="info" />
<PropertyTypeCoercion errorLevel="info" />
<UnnecessaryVarAnnotation errorLevel="suppress" />
<UnusedVariable errorLevel="info" />
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin" />
</plugins>
</psalm>