Skip to content

Commit

Permalink
Removed unneeded exlusions from PHPCS configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Oct 22, 2024
1 parent 14dd43f commit 08bf07c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
<exclude-pattern>public/api.php</exclude-pattern>
<exclude-pattern>public/index.php</exclude-pattern>
<exclude-pattern>app/Mage.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Adminhtml/controllers/Sales/Order/EditController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Adminhtml/controllers/System/Convert/GuiController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Bundle/controllers/Product/EditController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Bundle/controllers/SelectionController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Downloadable/controllers/Adminhtml/Downloadable/Product/EditController.php</exclude-pattern>
<exclude-pattern>app/code/core/Mage/Downloadable/controllers/Product/EditController.php</exclude-pattern>
</rule>
<rule ref="PSR2">
<exclude name="Generic.Files.LineLength.TooLong"/>
Expand Down

0 comments on commit 08bf07c

Please sign in to comment.