Exclude test

This commit is contained in:
Laurent Destailleur 2014-12-18 23:49:07 +01:00
parent 4769e26d8e
commit ad515ef5e5

View File

@ -24,6 +24,10 @@
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedIF">
<severity>0</severity>
</rule>
<rule ref="Generic.CodeAnalysis.EmptyStatement.NotAllowed">
<severity>0</severity>
</rule>