mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 16:58:40 +00:00
test fixes
This commit is contained in:
parent
ded94aaf47
commit
30b99c23ab
|
|
@ -135,7 +135,9 @@
|
||||||
<exclude-pattern>*Grammar.php</exclude-pattern><!-- Not all grammar classes/functions use the parameters -->
|
<exclude-pattern>*Grammar.php</exclude-pattern><!-- Not all grammar classes/functions use the parameters -->
|
||||||
<severity>3</severity>
|
<severity>3</severity>
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="PEAR.Classes.ClassDeclaration"/>
|
<rule ref="PEAR.Classes.ClassDeclaration">
|
||||||
|
<exclude-pattern>*/Install/Media/*</exclude-pattern><!-- Media uploads don't have a namespace -->
|
||||||
|
</rule>
|
||||||
<rule ref="PEAR.Commenting.FileComment">
|
<rule ref="PEAR.Commenting.FileComment">
|
||||||
<exclude name="PEAR.Commenting.FileComment.InvalidPackage"/>
|
<exclude name="PEAR.Commenting.FileComment.InvalidPackage"/>
|
||||||
<exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/>
|
<exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user