Update ruleset.xml
This commit is contained in:
@@ -24,8 +24,9 @@
|
|||||||
<exclude name="PSR12.Functions.NullableTypeDeclaration.WhitespaceFound"/>
|
<exclude name="PSR12.Functions.NullableTypeDeclaration.WhitespaceFound"/>
|
||||||
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
|
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
|
||||||
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
|
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
|
||||||
<!-- checked by Zend.NamingConventions.ValidVariableName.NotCamelCaps -->
|
<!-- checked by Squiz.NamingConventions.ValidVariableName.NotCamelCaps -->
|
||||||
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
|
|
||||||
|
<exclude name="Zend.NamingConventions.ValidVariableName.NotCamelCaps"/>
|
||||||
|
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
<rule ref="vendor/escapestudios/symfony2-coding-standard/Symfony/ruleset.xml"><!-- relative path to your ruleset.xml -->
|
<rule ref="vendor/escapestudios/symfony2-coding-standard/Symfony/ruleset.xml"><!-- relative path to your ruleset.xml -->
|
||||||
<!-- sniffs to exclude -->
|
<!-- sniffs to exclude -->
|
||||||
<exclude name="Symfony.Functions.Arguments.Invalid" />
|
<exclude name="Symfony.Functions.Arguments.Invalid" />
|
||||||
|
|
||||||
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidInterfaceName" />
|
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidInterfaceName" />
|
||||||
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidTraitName" />
|
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidTraitName" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user