1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00

Suppress PossiblyUnusedMethods in tests

This commit is contained in:
Matthew Brown 2017-02-26 23:47:15 -05:00
parent cd5f727d2e
commit bb7f8e320c

View File

@ -36,6 +36,12 @@
</errorLevel>
</UnusedMethod>
<PossiblyUnusedMethod>
<errorLevel type="suppress">
<directory name="tests" />
</errorLevel>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<directory name="tests" />