mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Drop unneeded suppressions
This commit is contained in:
parent
16deb388ae
commit
8ec188a53f
@ -42,7 +42,8 @@
|
||||
|
||||
<plugins>
|
||||
<plugin filename="examples/plugins/FunctionCasingChecker.php"/>
|
||||
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/></plugins>
|
||||
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
||||
</plugins>
|
||||
|
||||
<issueHandlers>
|
||||
<MisplacedRequiredParam errorLevel="suppress"/>
|
||||
@ -75,7 +76,6 @@
|
||||
<UnusedClass>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="examples"/>
|
||||
<directory name="tests"/>
|
||||
<file name="src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php"/>
|
||||
</errorLevel>
|
||||
</UnusedClass>
|
||||
@ -99,7 +99,6 @@
|
||||
|
||||
<PossiblyUnusedMethod>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
<directory name="src/Psalm/Plugin"/>
|
||||
<file name="src/Psalm/Internal/LanguageServer/Client/TextDocument.php"/>
|
||||
<file name="src/Psalm/Internal/LanguageServer/Server/TextDocument.php"/>
|
||||
@ -119,65 +118,10 @@
|
||||
|
||||
<PropertyNotSetInConstructor>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
<file name="src/Psalm/Config.php"/>
|
||||
</errorLevel>
|
||||
</PropertyNotSetInConstructor>
|
||||
|
||||
<MixedArgument>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</MixedArgument>
|
||||
|
||||
<MixedOperand>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</MixedOperand>
|
||||
|
||||
<MixedPropertyFetch>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</MixedPropertyFetch>
|
||||
|
||||
<NoInterfaceProperties>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</NoInterfaceProperties>
|
||||
|
||||
<NullArrayAccess>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</NullArrayAccess>
|
||||
|
||||
<NullPropertyFetch>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</NullPropertyFetch>
|
||||
|
||||
<NullArgument>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</NullArgument>
|
||||
|
||||
<PossiblyFalseArgument>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</PossiblyFalseArgument>
|
||||
|
||||
<TypeCoercion>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
</errorLevel>
|
||||
</TypeCoercion>
|
||||
|
||||
<InternalMethod>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user