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"
|
2017-04-15 03:32:14 +02:00
|
|
|
rememberPropertyAssignmentsAfterCall="true"
|
2017-11-28 06:46:41 +01:00
|
|
|
throwExceptionOnError="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-02-09 22:08:53 +01:00
|
|
|
<directory name="examples" />
|
2017-01-08 01:41:48 +01:00
|
|
|
<ignoreFiles>
|
|
|
|
<file name="src/Psalm/CallMap.php" />
|
2017-02-11 00:12:59 +01:00
|
|
|
<directory name="src/Psalm/Stubs" />
|
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" />
|
2017-02-11 23:58:41 +01:00
|
|
|
<PossiblyNullOperand errorLevel="suppress" />
|
2017-01-27 07:23:12 +01:00
|
|
|
<MissingConstructor errorLevel="suppress" />
|
2017-05-25 07:32:34 +02:00
|
|
|
<DeprecatedProperty errorLevel="suppress" />
|
2017-01-27 07:23:12 +01:00
|
|
|
|
2017-02-12 01:30:06 +01:00
|
|
|
<PossiblyUnusedVariable>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<file name="src/Psalm/Plugin.php" />
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedVariable>
|
|
|
|
|
2017-02-08 06:28:26 +01:00
|
|
|
<UnusedMethod>
|
2017-02-08 00:27:28 +01:00
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
2017-02-08 06:28:26 +01:00
|
|
|
</UnusedMethod>
|
2017-02-08 00:27:28 +01:00
|
|
|
|
2017-12-16 16:51:04 +01:00
|
|
|
<UnusedClass>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</UnusedClass>
|
|
|
|
|
2017-02-27 05:47:15 +01:00
|
|
|
<PossiblyUnusedMethod>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedMethod>
|
|
|
|
|
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>
|