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-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"
|
2018-06-27 05:11:16 +02:00
|
|
|
checkForThrowsDocblock="false"
|
2018-05-09 03:21:22 +02:00
|
|
|
throwExceptionOnError="0"
|
2018-03-18 03:33:25 +01:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-04-22 01:05:26 +02:00
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config config.xsd"
|
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" />
|
2018-10-17 17:03:32 +02:00
|
|
|
<directory name="tests/DummyProject" />
|
2018-07-17 21:32:14 +02:00
|
|
|
<file name="vendor/phpunit/phpunit/src/Framework/TestCase.php" />
|
2018-10-26 06:59:14 +02:00
|
|
|
<file name="src/Psalm/Traverser/CustomTraverser.php" />
|
2018-10-26 22:17:15 +02:00
|
|
|
<directory name="tests/performance/a.test" />
|
|
|
|
<directory name="tests/performance/b.test" />
|
2017-01-08 01:41:48 +01:00
|
|
|
</ignoreFiles>
|
2016-12-29 14:42:39 +01:00
|
|
|
</projectFiles>
|
|
|
|
|
2018-06-22 07:26:10 +02:00
|
|
|
<ignoreExceptions>
|
|
|
|
<class name="UnexpectedValueException" />
|
|
|
|
<class name="InvalidArgumentException" />
|
|
|
|
<class name="LogicException" />
|
|
|
|
</ignoreExceptions>
|
|
|
|
|
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" />
|
2018-05-03 17:38:27 +02:00
|
|
|
<MissingConstructor>
|
|
|
|
<errorLevel type="suppress">
|
2018-05-12 00:35:02 +02:00
|
|
|
<file name="src/Psalm/Scanner/FunctionDocblockComment.php" />
|
2018-05-03 17:38:27 +02:00
|
|
|
<file name="src/Psalm/Storage/FunctionLikeStorage.php" />
|
|
|
|
<file name="src/Psalm/Storage/MethodStorage.php" />
|
|
|
|
<file name="src/Psalm/Storage/PropertyStorage.php" />
|
2018-05-12 00:35:02 +02:00
|
|
|
<file name="src/Psalm/Scanner/VarDocblockComment.php" />
|
2018-05-03 17:38:27 +02:00
|
|
|
</errorLevel>
|
|
|
|
</MissingConstructor>
|
2017-05-25 07:32:34 +02:00
|
|
|
<DeprecatedProperty errorLevel="suppress" />
|
2017-01-27 07:23:12 +01:00
|
|
|
|
2018-03-07 17:16:56 +01:00
|
|
|
<LessSpecificReturnType>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<file name="src/Psalm/Plugin.php" />
|
|
|
|
</errorLevel>
|
|
|
|
</LessSpecificReturnType>
|
|
|
|
|
2017-12-29 23:27:16 +01:00
|
|
|
<UnusedParam>
|
2017-02-12 01:30:06 +01:00
|
|
|
<errorLevel type="suppress">
|
|
|
|
<file name="src/Psalm/Plugin.php" />
|
2017-12-29 18:29:36 +01:00
|
|
|
<directory name="examples" />
|
2017-02-12 01:30:06 +01:00
|
|
|
</errorLevel>
|
2017-12-29 23:27:16 +01:00
|
|
|
</UnusedParam>
|
|
|
|
|
|
|
|
<PossiblyUnusedParam>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<file name="src/Psalm/Plugin.php" />
|
|
|
|
<directory name="examples" />
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedParam>
|
2017-02-12 01:30:06 +01:00
|
|
|
|
2017-12-16 16:51:04 +01:00
|
|
|
<UnusedClass>
|
|
|
|
<errorLevel type="suppress">
|
2018-02-12 03:07:19 +01:00
|
|
|
<directory name="examples" />
|
2017-12-16 16:51:04 +01:00
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</UnusedClass>
|
|
|
|
|
2018-01-11 05:29:18 +01:00
|
|
|
<UnusedProperty>
|
|
|
|
<errorLevel type="info">
|
|
|
|
<file name="src/Psalm/FileManipulation/FunctionDocblockManipulator.php" />
|
|
|
|
</errorLevel>
|
|
|
|
</UnusedProperty>
|
|
|
|
|
|
|
|
<PossiblyUnusedProperty>
|
|
|
|
<errorLevel type="info">
|
2018-10-17 21:52:26 +02:00
|
|
|
<file name="src/Psalm/LanguageServer/LanguageClient.php" />
|
2018-01-11 05:29:18 +01:00
|
|
|
<file name="src/Psalm/Storage/FunctionLikeStorage.php" />
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedProperty>
|
|
|
|
|
2018-06-22 07:26:10 +02:00
|
|
|
<MissingThrowsDocblock errorLevel="info" />
|
|
|
|
|
2017-02-27 05:47:15 +01:00
|
|
|
<PossiblyUnusedMethod>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
2018-02-12 03:07:19 +01:00
|
|
|
<file name="src/Psalm/Plugin.php" />
|
2018-10-17 21:52:26 +02:00
|
|
|
<file name="src/Psalm/LanguageServer/Client/TextDocument.php" />
|
|
|
|
<file name="src/Psalm/LanguageServer/Server/TextDocument.php" />
|
2018-03-21 03:36:03 +01:00
|
|
|
<referencedMethod name="Psalm\Codebase::getParentInterfaces" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getMethodParams" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getMethodReturnType" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getMethodReturnTypeLocation" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getDeclaringMethodId" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getAppearingMethodId" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getOverriddenMethodIds" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getCasedMethodId" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::isVariadic" />
|
|
|
|
<referencedMethod name="Psalm\Codebase::getMethodReturnsByRef" />
|
2018-02-04 00:52:35 +01:00
|
|
|
</errorLevel>
|
2017-02-27 05:47:15 +01:00
|
|
|
</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
|
|
|
|
2017-12-19 19:08:47 +01:00
|
|
|
<PossiblyFalseArgument>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyFalseArgument>
|
|
|
|
|
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>
|