|
|
@@ -7,6 +7,7 @@
|
|
|
<rule ref="PSR12">
|
|
|
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
|
|
|
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
|
|
|
+ <exclude name="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine"/>
|
|
|
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
|
|
|
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace"/>
|
|
|
</rule>
|
|
|
@@ -16,4 +17,13 @@
|
|
|
<property name="absoluteLineLimit" value="400"/>
|
|
|
</properties>
|
|
|
</rule>
|
|
|
+ <rule ref="Generic.WhiteSpace.DisallowTabIndent.TabsUsed">
|
|
|
+ <exclude-pattern>./demo/</exclude-pattern>
|
|
|
+ </rule>
|
|
|
+ <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
|
|
|
+ <exclude-pattern>./library/</exclude-pattern>
|
|
|
+ </rule>
|
|
|
+ <rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
|
|
|
+ <exclude-pattern>./library/</exclude-pattern>
|
|
|
+ </rule>
|
|
|
</ruleset>
|