|
41 | 41 | </properties> |
42 | 42 | </rule> |
43 | 43 | <rule ref="Zend.Files.ClosingTag"/> |
| 44 | + <rule ref="Generic.WhiteSpace"> |
| 45 | + <exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/> |
| 46 | + </rule> |
| 47 | + <rule ref="Generic.WhiteSpace"> |
| 48 | + <exclude name="Generic.Files.LineLength.TooLong"/> |
| 49 | + </rule> |
44 | 50 | <rule ref="Squiz.Commenting"> |
45 | 51 | <exclude name="Squiz.Commenting.PostStatementComment.Found"/> |
46 | 52 | <exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/> |
|
54 | 60 | <exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen"/> |
55 | 61 | <exclude name="Squiz.Commenting.BlockComment.NoEmptyLineBefore"/> |
56 | 62 | </rule> |
| 63 | + <rule ref="Squiz.Commenting"> |
| 64 | + <exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/> |
| 65 | + </rule> |
| 66 | + <rule ref="Squiz.Functions"> |
| 67 | + <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/> |
| 68 | + <exclude name="Squiz.Functions.GlobalFunction.Found"/> |
| 69 | + </rule> |
57 | 70 | <rule ref="Squiz.PHP"> |
58 | 71 | <exclude name="Squiz.PHP.GlobalKeyword.NotAllowed"/> |
59 | 72 | <exclude name="Squiz.PHP.DisallowMultipleAssignments.Found"/> |
|
234 | 247 |
|
235 | 248 | <rule ref="PSR12"> |
236 | 249 | <exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" /> |
| 250 | + <exclude name="PSR12.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace"/> |
| 251 | + <exclude name="PSR12.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> |
| 252 | + <exclude name="PSR12.Classes.OpeningBraceSpace.Found"/> |
| 253 | + <exclude name="PSR12.ControlStructures.ControlStructureSpacing.LineIndent"/> |
| 254 | + <exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/> |
| 255 | + <exclude name="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine"/> |
237 | 256 | </rule> |
238 | 257 | <rule ref="PSR2"> |
| 258 | + <exclude name="PSR2.Methods.FunctionCallSignature.Indent"/> |
239 | 259 | <exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/> |
240 | | - <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace"/> |
241 | | - <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> |
242 | 260 | <exclude name="PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket"/> |
243 | 261 | <exclude name="PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket"/> |
| 262 | + <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace"/> |
| 263 | + <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> |
| 264 | + </rule> |
| 265 | + <rule ref="PSR1"> |
| 266 | + <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/> |
244 | 267 | </rule> |
245 | 268 | </ruleset> |
0 commit comments