Skip to content

Commit

Permalink
v2.4 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Apr 25, 2022
1 parent 0fefd96 commit 34c0d59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Mygento-Mage2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<!-- exclude git -->
<exclude-pattern>*/.git/*</exclude-pattern>

<rule ref="PSR2" />
<rule ref="PSR12" />
<rule ref="./../../../phpcompatibility/php-compatibility/PHPCompatibility">
<exclude name="PHPCompatibility.FunctionUse.RequiredToOptionalFunctionParameters"/>
<exclude name="PHPCompatibility.ParameterValues.RemovedPCREModifiers"/>
<exclude name="PHPCompatibility.InitialValue.NewConstantScalarExpressions"/>
<exclude name="PHPCompatibility.Lists.NewKeyedList" />
</rule>

<rule ref="./../../../magento/magento-coding-standard/Magento2" />
</ruleset>

0 comments on commit 34c0d59

Please sign in to comment.