2016-07-26 00:37:44 +02:00
|
|
|
<?xml version="1.0"?>
|
2016-11-04 01:39:04 +01:00
|
|
|
<psalm
|
2016-07-26 06:58:36 +02:00
|
|
|
name="Psalm for Psalm"
|
2016-10-28 19:24:06 +02:00
|
|
|
stopOnFirstError="false"
|
2016-07-26 00:37:44 +02:00
|
|
|
useDocblockTypes="true"
|
2016-12-19 01:17:39 +01:00
|
|
|
totallyTyped="true"
|
2016-12-24 03:30:32 +01:00
|
|
|
strictBinaryOperands="false"
|
2016-07-26 00:37:44 +02:00
|
|
|
>
|
2016-12-29 14:42:39 +01:00
|
|
|
<projectFiles>
|
2016-07-26 00:37:44 +02:00
|
|
|
<directory name="src" />
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2017-01-08 01:41:48 +01:00
|
|
|
<ignoreFiles>
|
|
|
|
<file name="src/Psalm/CallMap.php" />
|
2017-02-01 01:22:05 +01:00
|
|
|
<directory name="tests/stubs" />
|
2017-01-08 01:41:48 +01:00
|
|
|
</ignoreFiles>
|
2016-12-29 14:42:39 +01:00
|
|
|
</projectFiles>
|
|
|
|
|
2016-12-30 02:07:42 +01:00
|
|
|
<issueHandlers>
|
2017-01-13 19:40:20 +01:00
|
|
|
<MisplacedRequiredParam errorLevel="suppress" />
|
2016-12-29 06:32:12 +01:00
|
|
|
<NullOperand errorLevel="suppress" />
|
2017-01-27 07:23:12 +01:00
|
|
|
<MissingConstructor errorLevel="suppress" />
|
|
|
|
|
2017-02-08 00:27:28 +01:00
|
|
|
<DeadCode>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</DeadCode>
|
|
|
|
|
2017-01-27 07:23:12 +01:00
|
|
|
<PropertyNotSetInConstructor>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
<file name="src/Psalm/Config.php" />
|
|
|
|
</errorLevel>
|
|
|
|
</PropertyNotSetInConstructor>
|
2016-12-29 06:32:12 +01:00
|
|
|
|
2016-12-14 18:55:23 +01:00
|
|
|
<MixedArgument>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</MixedArgument>
|
|
|
|
|
2016-12-24 12:03:55 +01:00
|
|
|
<MixedOperand>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-24 12:03:55 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-24 12:03:55 +01:00
|
|
|
</MixedOperand>
|
|
|
|
|
2016-12-14 18:55:23 +01:00
|
|
|
<MixedPropertyFetch>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</MixedPropertyFetch>
|
|
|
|
|
|
|
|
<NoInterfaceProperties>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</NoInterfaceProperties>
|
|
|
|
|
|
|
|
<NullArrayAccess>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</NullArrayAccess>
|
|
|
|
|
|
|
|
<NullPropertyFetch>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</NullPropertyFetch>
|
|
|
|
|
|
|
|
<NullArgument>
|
2016-12-30 02:07:42 +01:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 18:55:23 +01:00
|
|
|
<directory name="tests" />
|
2016-12-30 02:07:42 +01:00
|
|
|
</errorLevel>
|
2016-12-14 18:55:23 +01:00
|
|
|
</NullArgument>
|
2017-01-02 07:10:48 +01:00
|
|
|
|
|
|
|
<TypeCoercion>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</TypeCoercion>
|
2016-12-30 02:07:42 +01:00
|
|
|
</issueHandlers>
|
2016-11-04 01:39:04 +01:00
|
|
|
</psalm>
|