1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/psalm.xml

40 lines
1.3 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<psalm
errorLevel="1"
strictBinaryOperands="true"
checkForThrowsDocblock="true"
>
<projectFiles>
<directory name="src" />
2019-02-11 01:38:34 +03:00
<directory name="tests" />
</projectFiles>
2019-01-21 21:21:34 +03:00
<issueHandlers>
<PossiblyUnusedMethod>
<errorLevel type="suppress">
2019-02-11 01:38:34 +03:00
<directory name="tests" />
2019-01-21 21:21:34 +03:00
</errorLevel>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
</PropertyNotSetInConstructor>
2019-02-11 03:12:19 +03:00
<UnusedClass>
2019-06-16 23:35:13 +03:00
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
2019-02-11 03:12:19 +03: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>
2021-10-11 21:23:44 +03:00
<InternalMethod>
<errorLevel type="suppress">
<directory name="tests" />
</errorLevel>
</InternalMethod>
2019-01-21 21:21:34 +03:00
</issueHandlers>
</psalm>