зеркало из https://github.com/nextcloud/spreed.git
50 строки
1.8 KiB
XML
50 строки
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
totallyTyped="true"
|
|
errorLevel="5"
|
|
resolveFromConfigFile="true"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
errorBaseline="tests/psalm-baseline.xml"
|
|
>
|
|
<projectFiles>
|
|
<directory name="lib" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
<issueHandlers>
|
|
<UndefinedClass>
|
|
<errorLevel type="suppress">
|
|
<referencedClass name="Doctrine\DBAL\Exception" />
|
|
<referencedClass name="Doctrine\DBAL\Exception\InvalidFieldNameException" />
|
|
<referencedClass name="Doctrine\DBAL\Exception\TableNotFoundException" />
|
|
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
|
|
<referencedClass name="Doctrine\DBAL\Platforms\PostgreSQL94Platform" />
|
|
<referencedClass name="Doctrine\DBAL\Types\Types" />
|
|
<referencedClass name="OC" />
|
|
</errorLevel>
|
|
</UndefinedClass>
|
|
<UndefinedDocblockClass>
|
|
<errorLevel type="suppress">
|
|
<referencedClass name="Doctrine\DBAL\Driver\Statement" />
|
|
<referencedClass name="Doctrine\DBAL\Exception" />
|
|
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
|
|
<referencedClass name="Doctrine\DBAL\Platforms\AbstractPlatform" />
|
|
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
|
|
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
|
|
<referencedClass name="Doctrine\DBAL\Schema\Table" />
|
|
</errorLevel>
|
|
</UndefinedDocblockClass>
|
|
<InvalidThrow>
|
|
<errorLevel type="suppress">
|
|
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
|
|
</errorLevel>
|
|
</InvalidThrow>
|
|
</issueHandlers>
|
|
<stubs>
|
|
<file name="tests/stubs/oc_comments_manager.php" />
|
|
</stubs>
|
|
</psalm>
|