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

Allow unused class in tests

This commit is contained in:
Aidan Woods 2019-06-16 21:35:13 +01:00
parent 298b319d96
commit 5a12d4245f
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -19,7 +19,7 @@
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
</PropertyNotSetInConstructor>
<UnusedClass>
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
</UnusedClass>
<UndefinedInterfaceMethod>
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>