25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
512 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <ruleset name="Magento">
  9. <description>Custom Magento coding standard.</description>
  10. <rule ref="./../../../../../vendor/magento/magento-coding-standard/Magento2"/>
  11. <rule ref="./../../../../../vendor/magento/magento-coding-standard/Magento2Framework"/>
  12. <exclude-pattern>*\.min.js$</exclude-pattern>
  13. <exclude-pattern>lib\/web\/(?!mage)</exclude-pattern>
  14. </ruleset>