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:
parent
b0aaede9e1
commit
560daf9733
@ -61,6 +61,12 @@
|
||||
</MissingConstructor>
|
||||
<DeprecatedProperty errorLevel="suppress"/>
|
||||
|
||||
<DeprecatedMethod>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="tests" />
|
||||
</errorLevel>
|
||||
</DeprecatedMethod>
|
||||
|
||||
<UnusedParam>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="examples"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user