parsedown/psalm.xml

35 lines
1.2 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<psalm
totallyTyped="true"
strictBinaryOperands="true"
checkForThrowsDocblock="true"
>
<projectFiles>
<directory name="src" />
2019-02-10 23:38:34 +01:00
<directory name="tests" />
</projectFiles>
2019-01-21 19:21:34 +01:00
<issueHandlers>
<PossiblyUnusedMethod>
<errorLevel type="suppress">
2019-02-10 23:38:34 +01:00
<directory name="tests" />
2019-01-21 19:21:34 +01:00
</errorLevel>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
</PropertyNotSetInConstructor>
2019-02-11 01:12:19 +01:00
<UnusedClass>
2019-06-16 22:35:13 +02:00
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
2019-02-11 01:12:19 +01:00
</UnusedClass>
<UndefinedInterfaceMethod>
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
</UndefinedInterfaceMethod>
<PossiblyNullArrayAccess>
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
</PossiblyNullArrayAccess>
<PossiblyNullReference>
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
</PossiblyNullReference>
2019-01-21 19:21:34 +01:00
</issueHandlers>
</psalm>