Fix severity for hooks

This commit is contained in:
Dennis Eichhorn 2018-07-12 20:41:29 +02:00
parent 52dfc80824
commit 51cb526d8f

View File

@ -92,6 +92,7 @@
</rule> </rule>
<rule ref="PEAR.Classes.ClassDeclaration"/> <rule ref="PEAR.Classes.ClassDeclaration"/>
<rule ref="PEAR.Commenting.FunctionComment"> <rule ref="PEAR.Commenting.FunctionComment">
<severity>3</severity>
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments --> <exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
</rule> </rule>
<rule ref="PEAR.Commenting.InlineComment"/> <rule ref="PEAR.Commenting.InlineComment"/>