reduced severity

This commit is contained in:
Dennis Eichhorn 2018-03-03 11:16:47 +01:00
parent a0792d8691
commit 923ee6ea90

View File

@ -87,7 +87,9 @@
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
<severity>3</severity>
</rule>
<rule ref="PEAR.Classes.ClassDeclaration"/>
<rule ref="PEAR.Commenting.FunctionComment">
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->