tao-test/app/vendor/webimpress/safe-writer/psalm.xml

30 lines
914 B
XML
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?xml version="1.0"?>
<psalm
totallyTyped="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"
>
<projectFiles>
<directory name="src"/>
<directory name="test"/>
<ignoreFiles>
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<InternalMethod>
<errorLevel type="suppress">
<directory name="test/Exception/"/>
</errorLevel>
</InternalMethod>
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<directory name="test/"/>
<referencedProperty name="$backupStaticAttributes"/>
</errorLevel>
</PropertyNotSetInConstructor>
</issueHandlers>
</psalm>