Skip to content
Prev Previous commit
Next Next commit
AC-669: Create phpcs static check for InstallUpgradeTest
  • Loading branch information
svera committed Sep 23, 2021
commit 38cf40834a6a8daa8f216d2f05c108bce12c6e69
2 changes: 2 additions & 0 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
<include-pattern>etc/config.xml</include-pattern>
<include-pattern>etc/config.*.xml</include-pattern>
<include-pattern>etc/*/config.xml</include-pattern>
<severity>10</severity>
<type>error</type>
</rule>
<rule ref="Magento2.Legacy.InstallUpgrade">
<severity>10</severity>
Expand Down