1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Ignore deprecated methods in tests

This commit is contained in:
Brown 2019-10-04 11:23:35 -04:00
parent b0aaede9e1
commit 560daf9733

View File

@ -61,6 +61,12 @@
</MissingConstructor>
<DeprecatedProperty errorLevel="suppress"/>
<DeprecatedMethod>
<errorLevel type="suppress">
<directory name="tests" />
</errorLevel>
</DeprecatedMethod>
<UnusedParam>
<errorLevel type="suppress">
<directory name="examples"/>