mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 03:16:02 +00:00
Add code sniffer rules for 2.0 goals.
This commit is contained in:
parent
96172d4ac5
commit
b5227ddb67
@ -48,6 +48,15 @@
|
|||||||
<!-- Constructors MUST be called __construct() instead of after the class. -->
|
<!-- Constructors MUST be called __construct() instead of after the class. -->
|
||||||
<rule ref="Generic.NamingConventions.ConstructorName" />
|
<rule ref="Generic.NamingConventions.ConstructorName" />
|
||||||
|
|
||||||
|
<!-- Classes etc. MUST be namespaced -->
|
||||||
|
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace" />
|
||||||
|
|
||||||
|
<!-- A file MUST not contain more than one class/interface -->
|
||||||
|
<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses" />
|
||||||
|
|
||||||
|
<!-- Files containing classes MUST not have any side-effects -->
|
||||||
|
<rule ref="PSR1.Files.SideEffects.FoundWithSymbols" />
|
||||||
|
|
||||||
<!-- Each file MUST end with exactly one newline character -->
|
<!-- Each file MUST end with exactly one newline character -->
|
||||||
<rule ref="PSR2.Files.EndFileNewline" />
|
<rule ref="PSR2.Files.EndFileNewline" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user