|
39 | 39 | <rule ref="Squiz.PHP.Eval"/> |
40 | 40 | <rule ref="Squiz.PHP.GlobalKeyword"/> |
41 | 41 | <rule ref="Squiz.PHP.Heredoc"/> |
42 | | - <rule ref="Squiz.PHP.LowercasePHPFunctions"/> |
43 | 42 | <rule ref="Squiz.PHP.NonExecutableCode"/> |
44 | 43 | <rule ref="Squiz.Operators.ValidLogicalOperators"/> |
45 | 44 | <rule ref="Squiz.Objects.ObjectMemberComma"/> |
46 | | - <rule ref="Squiz.Functions.GlobalFunction"/> |
47 | 45 | <rule ref="Squiz.Functions.FunctionDuplicateArgument"/> |
48 | | - <rule ref="Squiz.ControlStructures.ControlSignature"/> |
49 | 46 | <rule ref="Squiz.ControlStructures.InlineIfDeclaration"/> |
50 | 47 | <rule ref="Squiz.ControlStructures.SwitchDeclaration"> |
51 | 48 | <exclude name="Squiz.ControlStructures.SwitchDeclaration.BreakIndent" /> |
|
92 | 89 | <rule ref="Generic.CodeAnalysis.UnnecessaryFinalModifier"/> |
93 | 90 | <rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/> |
94 | 91 | <rule ref="Generic.ControlStructures.InlineControlStructure"/> |
95 | | - <rule ref="Generic.Formatting.DisallowMultipleStatements"/> |
96 | 92 | <rule ref="Generic.Formatting.MultipleStatementAlignment"/> |
97 | | - <rule ref="Generic.Formatting.SpaceAfterCast"/> |
98 | | - <rule ref="Generic.Functions.CallTimePassByReference"/> |
99 | | - <rule ref="Generic.Functions.OpeningFunctionBraceBsdAllman"/> |
100 | 93 | <rule ref="Generic.Metrics.NestingLevel"> |
101 | 94 | <properties> |
102 | 95 | <property name="absoluteNestingLevel" value="5"/> |
103 | 96 | </properties> |
104 | 97 | </rule> |
105 | | - <rule ref="Generic.NamingConventions.UpperCaseConstantName"/> |
106 | 98 | <rule ref="Generic.NamingConventions.CamelCapsFunctionName"/> |
107 | 99 | <rule ref="Generic.PHP.DeprecatedFunctions"/> |
108 | | - <rule ref="Generic.PHP.DisallowShortOpenTag"/> |
109 | 100 | <rule ref="Generic.PHP.NoSilencedErrors"/> |
110 | 101 | <rule ref="Generic.Strings.UnnecessaryStringConcat"/> |
111 | 102 | <rule ref="MySource.PHP.GetRequestData"/> |
112 | | - <rule ref="PEAR.Commenting.InlineComment"/> |
113 | 103 | <rule ref="PEAR.Formatting.MultiLineAssignment"/> |
114 | 104 | <rule ref="PEAR.WhiteSpace.ObjectOperatorIndent"/> |
115 | | - <rule ref="PEAR.WhiteSpace.ScopeClosingBrace"/> |
116 | 105 | <rule ref="PEAR.WhiteSpace.ScopeIndent"/> |
117 | | - <rule ref="PSR1.Classes.ClassDeclaration"/> |
118 | 106 | <rule ref="Squiz.PHP.DisallowMultipleAssignments"/> |
119 | 107 | <rule ref="Squiz.WhiteSpace.FunctionSpacing"> |
120 | 108 | <properties> |
|
126 | 114 | <rule ref="Squiz.WhiteSpace.MemberVarSpacing"/> |
127 | 115 | <rule ref="Squiz.WhiteSpace.OperatorSpacing"/> |
128 | 116 | <rule ref="Squiz.WhiteSpace.SemicolonSpacing"/> |
129 | | - <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/> |
130 | | - <rule ref="Zend.Files.ClosingTag"/> |
131 | | - <rule ref="Zend.NamingConventions.ValidVariableName"/> |
132 | 117 | </ruleset> |
0 commit comments