2016-07-26 00:37:44 +02:00
|
|
|
<?xml version="1.0"?>
|
2018-12-20 02:01:27 +01:00
|
|
|
<psalm
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
|
name="Psalm for Psalm"
|
|
|
|
useDocblockTypes="true"
|
|
|
|
totallyTyped="true"
|
|
|
|
strictBinaryOperands="false"
|
|
|
|
rememberPropertyAssignmentsAfterCall="true"
|
|
|
|
checkForThrowsDocblock="false"
|
|
|
|
throwExceptionOnError="0"
|
2019-03-05 21:45:09 +01:00
|
|
|
findUnusedCode="true"
|
2019-10-01 21:44:43 +02:00
|
|
|
ensureArrayStringOffsetsExist="true"
|
2019-10-04 17:08:08 +02:00
|
|
|
ensureArrayIntOffsetsExist="false"
|
2019-07-06 18:21:39 +02:00
|
|
|
resolveFromConfigFile="true"
|
2018-12-20 02:01:27 +01:00
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config config.xsd"
|
|
|
|
>
|
2016-12-29 14:42:39 +01:00
|
|
|
<projectFiles>
|
2018-11-14 19:19:38 +01:00
|
|
|
<directory name="src"/>
|
|
|
|
<directory name="tests"/>
|
|
|
|
<directory name="examples"/>
|
2017-01-08 01:41:48 +01:00
|
|
|
<ignoreFiles>
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Internal/CallMap.php"/>
|
|
|
|
<file name="src/Psalm/Internal/Traverser/CustomTraverser.php"/>
|
|
|
|
<file name="tests/ErrorBaselineTest.php"/>
|
2019-05-10 00:23:14 +02:00
|
|
|
<file name="vendor/symfony/console/Command/Command.php"/>
|
|
|
|
<directory name="src/Psalm/Internal/Stubs"/>
|
|
|
|
<directory name="tests/fixtures"/>
|
|
|
|
<file name="vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php" />
|
|
|
|
<directory name="vendor/netresearch/jsonmapper" />
|
2019-04-27 23:57:15 +02:00
|
|
|
<directory name="vendor/phpunit" />
|
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>
|
2018-11-14 19:19:38 +01:00
|
|
|
<class name="UnexpectedValueException"/>
|
|
|
|
<class name="InvalidArgumentException"/>
|
|
|
|
<class name="LogicException"/>
|
2018-06-22 07:26:10 +02:00
|
|
|
</ignoreExceptions>
|
|
|
|
|
2018-12-11 05:18:53 +01:00
|
|
|
<stubs>
|
2019-02-06 02:00:13 +01:00
|
|
|
<file name="src/Psalm/Internal/Stubs/Amp.php"/>
|
2018-12-11 05:18:53 +01:00
|
|
|
</stubs>
|
|
|
|
|
2019-01-12 16:52:23 +01:00
|
|
|
<plugins>
|
2019-02-23 22:22:39 +01:00
|
|
|
<plugin filename="examples/plugins/FunctionCasingChecker.php"/>
|
2019-03-02 00:01:28 +01:00
|
|
|
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
|
|
|
</plugins>
|
2019-01-12 16:52:23 +01:00
|
|
|
|
2016-12-30 02:07:42 +01:00
|
|
|
<issueHandlers>
|
2018-11-14 19:19:38 +01:00
|
|
|
<MisplacedRequiredParam errorLevel="suppress"/>
|
|
|
|
<PossiblyNullOperand errorLevel="suppress"/>
|
2018-05-03 17:38:27 +02:00
|
|
|
<MissingConstructor>
|
|
|
|
<errorLevel type="suppress">
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Internal/Scanner/FunctionDocblockComment.php"/>
|
|
|
|
<file name="src/Psalm/Storage/FunctionLikeStorage.php"/>
|
|
|
|
<file name="src/Psalm/Storage/MethodStorage.php"/>
|
|
|
|
<file name="src/Psalm/Storage/PropertyStorage.php"/>
|
2018-11-18 17:39:14 +01:00
|
|
|
<file name="src/Psalm/Internal/Scope/CaseScope.php"/>
|
2018-05-03 17:38:27 +02:00
|
|
|
</errorLevel>
|
|
|
|
</MissingConstructor>
|
2018-11-14 19:19:38 +01:00
|
|
|
<DeprecatedProperty errorLevel="suppress"/>
|
2017-01-27 07:23:12 +01:00
|
|
|
|
2017-12-29 23:27:16 +01:00
|
|
|
<UnusedParam>
|
2017-02-12 01:30:06 +01:00
|
|
|
<errorLevel type="suppress">
|
2018-11-14 19:19:38 +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">
|
2018-11-14 19:19:38 +01:00
|
|
|
<directory name="examples"/>
|
2017-12-29 23:27:16 +01:00
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedParam>
|
2017-02-12 01:30:06 +01:00
|
|
|
|
2017-12-16 16:51:04 +01:00
|
|
|
<UnusedClass>
|
|
|
|
<errorLevel type="suppress">
|
2018-11-14 19:19:38 +01:00
|
|
|
<directory name="examples"/>
|
2019-05-30 21:15:12 +02:00
|
|
|
<directory name="src/Psalm/Internal/Fork" />
|
2019-03-31 20:02:30 +02:00
|
|
|
<file name="src/Psalm/Plugin/Shepherd.php" />
|
2019-02-23 22:22:39 +01:00
|
|
|
<file name="src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php"/>
|
2017-12-16 16:51:04 +01:00
|
|
|
</errorLevel>
|
|
|
|
</UnusedClass>
|
|
|
|
|
2018-01-11 05:29:18 +01:00
|
|
|
<UnusedProperty>
|
|
|
|
<errorLevel type="info">
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Internal/FileManipulation/FunctionDocblockManipulator.php"/>
|
2018-01-11 05:29:18 +01:00
|
|
|
</errorLevel>
|
|
|
|
</UnusedProperty>
|
|
|
|
|
|
|
|
<PossiblyUnusedProperty>
|
|
|
|
<errorLevel type="info">
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Internal/LanguageServer/LanguageClient.php"/>
|
|
|
|
<file name="src/Psalm/Storage/FunctionLikeStorage.php"/>
|
2019-03-07 00:24:52 +01:00
|
|
|
<file name="src/Psalm/Type/Atomic/TCallableArray.php"/>
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Type/Atomic/TNonEmptyArray.php"/>
|
2019-02-23 22:22:39 +01:00
|
|
|
<file name="src/Psalm/Storage/PropertyStorage.php"/>
|
2018-01-11 05:29:18 +01:00
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedProperty>
|
|
|
|
|
2018-11-14 19:19:38 +01:00
|
|
|
<MissingThrowsDocblock errorLevel="info"/>
|
2018-06-22 07:26:10 +02:00
|
|
|
|
2017-02-27 05:47:15 +01:00
|
|
|
<PossiblyUnusedMethod>
|
2019-04-13 00:28:07 +02:00
|
|
|
<errorLevel type="info">
|
|
|
|
<file name="src/Psalm/Internal/Provider/FileReferenceProvider.php" />
|
|
|
|
</errorLevel>
|
2017-02-27 05:47:15 +01:00
|
|
|
<errorLevel type="suppress">
|
2018-11-14 19:19:38 +01:00
|
|
|
<directory name="src/Psalm/Plugin"/>
|
2019-03-23 17:47:46 +01:00
|
|
|
<directory name="src/Psalm/SourceControl/Git/"/>
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Internal/LanguageServer/Client/TextDocument.php"/>
|
|
|
|
<file name="src/Psalm/Internal/LanguageServer/Server/TextDocument.php"/>
|
|
|
|
<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"/>
|
2019-01-10 22:59:44 +01:00
|
|
|
<referencedMethod name="Psalm\Codebase::createClassLikeStorage"/>
|
2018-11-14 19:19:38 +01:00
|
|
|
<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">
|
2018-11-14 19:19:38 +01:00
|
|
|
<file name="src/Psalm/Config.php"/>
|
2017-01-27 07:23:12 +01:00
|
|
|
</errorLevel>
|
|
|
|
</PropertyNotSetInConstructor>
|
2016-12-29 06:32:12 +01:00
|
|
|
|
2018-12-02 00:37:49 +01:00
|
|
|
<InternalMethod>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests"/>
|
|
|
|
</errorLevel>
|
|
|
|
</InternalMethod>
|
2019-09-18 20:21:06 +02:00
|
|
|
|
|
|
|
<PossiblyUndefinedArrayOffset>
|
|
|
|
<errorLevel type="suppress">
|
2019-10-01 21:44:43 +02:00
|
|
|
<directory name="src/Psalm/Internal/Provider/ReturnTypeProvider" />
|
|
|
|
<file name="src/Psalm/Internal/Type/AssertionReconciler.php" />
|
|
|
|
<file name="src/Psalm/Internal/Type/NegatedAssertionReconciler.php" />
|
2019-09-18 20:21:06 +02:00
|
|
|
<directory name="tests"/>
|
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUndefinedArrayOffset>
|
2016-12-30 02:07:42 +01:00
|
|
|
</issueHandlers>
|
2018-12-08 19:18:55 +01:00
|
|
|
</psalm>
|