mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 11:20:03 +00:00
Do not require test classes to be namespaced.
This commit is contained in:
parent
b5227ddb67
commit
218f151693
@ -16,6 +16,9 @@
|
|||||||
<exclude name="PEAR.Commenting.FileComment.MissingTag" />
|
<exclude name="PEAR.Commenting.FileComment.MissingTag" />
|
||||||
<exclude name="PEAR.Commenting.FileComment.MissingVersion" />
|
<exclude name="PEAR.Commenting.FileComment.MissingVersion" />
|
||||||
<exclude name="PEAR.Commenting.FileComment.SpacingBeforeTags" />
|
<exclude name="PEAR.Commenting.FileComment.SpacingBeforeTags" />
|
||||||
|
|
||||||
|
<!-- Test classes do not have to be namespaced. -->
|
||||||
|
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
Loading…
Reference in New Issue
Block a user