magento2-docker/dev/tests/static/framework/Magento/ruleset.xml

15 lines
512 B
XML
Executable File

<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<ruleset name="Magento">
<description>Custom Magento coding standard.</description>
<rule ref="./../../../../../vendor/magento/magento-coding-standard/Magento2"/>
<rule ref="./../../../../../vendor/magento/magento-coding-standard/Magento2Framework"/>
<exclude-pattern>*\.min.js$</exclude-pattern>
<exclude-pattern>lib\/web\/(?!mage)</exclude-pattern>
</ruleset>