mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
reduced severity
This commit is contained in:
parent
a0792d8691
commit
923ee6ea90
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user