1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
psalm/psalm.xml

95 lines
2.6 KiB
XML
Raw Normal View History

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"
stopOnFirstError="false"
2016-07-26 00:37:44 +02:00
useDocblockTypes="true"
totallyTyped="true"
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" />
<directory name="tests" />
<directory name="examples" />
<ignoreFiles>
<file name="src/Psalm/CallMap.php" />
<directory name="src/Psalm/Stubs" />
<directory name="tests/stubs" />
<!-- @todo fix this -->
<file name="examples/TemplateChecker.php" />
</ignoreFiles>
2016-12-29 14:42:39 +01:00
</projectFiles>
2016-12-30 02:07:42 +01:00
<issueHandlers>
<MisplacedRequiredParam errorLevel="suppress" />
2017-02-11 23:58:41 +01:00
<PossiblyNullOperand errorLevel="suppress" />
<MissingConstructor errorLevel="suppress" />
2017-02-12 01:30:06 +01:00
<PossiblyUnusedVariable>
<errorLevel type="suppress">
<file name="src/Psalm/Plugin.php" />
</errorLevel>
</PossiblyUnusedVariable>
<UnusedMethod>
2017-02-08 00:27:28 +01:00
<errorLevel type="suppress">
<directory name="tests" />
</errorLevel>
</UnusedMethod>
2017-02-08 00:27:28 +01:00
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<directory name="tests" />
<file name="src/Psalm/Config.php" />
</errorLevel>
</PropertyNotSetInConstructor>
<MixedArgument>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</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>
<MixedPropertyFetch>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</MixedPropertyFetch>
<NoInterfaceProperties>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</NoInterfaceProperties>
<NullArrayAccess>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</NullArrayAccess>
<NullPropertyFetch>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</NullPropertyFetch>
<NullArgument>
2016-12-30 02:07:42 +01:00
<errorLevel type="suppress">
<directory name="tests" />
2016-12-30 02:07:42 +01:00
</errorLevel>
</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>