|
124 | 124 | <!-- Enforce short arrays: --> |
125 | 125 | <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> |
126 | 126 |
|
| 127 | + <!-- Other rules --> |
| 128 | + <rule ref="Universal.Files.SeparateFunctionsFromOO"/> |
| 129 | + <rule ref="Universal.FunctionDeclarations.RequireFinalMethodsInTraits"/> |
| 130 | + <rule ref="Modernize.FunctionCalls.Dirname"/> |
| 131 | + <rule ref="NormalizedArrays.Arrays.ArrayBraceSpacing"/> |
| 132 | + <rule ref="NormalizedArrays.Arrays.CommaAfterLast"/> |
| 133 | + <rule ref="Universal.Arrays.DuplicateArrayKey"/> |
| 134 | + <rule ref="Universal.Arrays.MixedArrayKeyTypes"/> |
| 135 | + <rule ref="Universal.Arrays.MixedKeyedUnkeyedArray"/> |
| 136 | + <rule ref="Universal.CodeAnalysis.ForeachUniqueAssignment" /> |
| 137 | + <rule ref="Universal.CodeAnalysis.NoEchoSprintf" /> |
| 138 | + <rule ref="Universal.CodeAnalysis.StaticInFinalClass" /> |
| 139 | + <rule ref="Universal.Constants.LowercaseClassResolutionKeyword" /> |
| 140 | + <rule ref="Universal.Constants.UppercaseMagicConstants" /> |
| 141 | + <rule ref="Universal.ControlStructures.DisallowLonelyIf" /> |
| 142 | + <rule ref="Universal.Namespaces.DisallowDeclarationWithoutName" /> |
| 143 | + <rule ref="Universal.Namespaces.OneDeclarationPerFile" /> |
| 144 | + <rule ref="Universal.NamingConventions.NoReservedKeywordParameterNames" /> |
| 145 | + <rele ref="Universal.Operators.DisallowLogicalAndOr" /> |
| 146 | + <rule ref="Universal.PHP.LowercasePHPTag" /> |
| 147 | + <rule ref="Universal.PHP.OneStatementInShortEchoTag" /> |
| 148 | + <rule ref="Universal.UseStatements.NoUselessAliases" /> |
| 149 | + <rule ref="Universal.WhiteSpace.DisallowInlineTabs"> |
| 150 | + <arg name="tab-width" value="4"/> |
| 151 | + </rule> |
| 152 | + <rule ref="Native.FunctionInvocation.NativeFunctionInvocation" /> |
| 153 | + |
127 | 154 | <!-- |
128 | 155 | ############################################################################# |
129 | 156 | SELECTIVE EXCLUSIONS |
|
0 commit comments