![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/magento/magento-coding-standard/Magento2Framework/ |
<?xml version="1.0"?> <ruleset name="Magento2Framework"> <description>Magento Coding Standard sniffs applicable for the framework testing only</description> <arg name="extensions" value="php,phtml,graphqls/GRAPHQL,less/CSS,html/CSS,css/CSS,xml,js/JS"/> <rule ref="Magento2" /> <rule ref="Magento2Framework.Header.License"> <severity>5</severity> <type>warning</type> </rule> <rule ref="Magento2Framework.Header.CopyrightAnotherExtensionsFiles"> <severity>5</severity> <type>warning</type> <exclude-pattern>*\.php$</exclude-pattern> <exclude-pattern>*\.phtml$</exclude-pattern> </rule> <rule ref="Magento2Framework.Header.Copyright"> <severity>5</severity> <type>warning</type> <include-pattern>*\.php$</include-pattern> <include-pattern>*\.phtml$</include-pattern> <exclude-pattern>*/PHPCSUtils/*</exclude-pattern> </rule> <rule ref="Magento2Framework.Header.CopyrightGraphQL"> <severity>5</severity> <type>warning</type> <include-pattern>*\.graphqls$</include-pattern> </rule> <rule ref="Internal.NoCodeFound"> <severity>0</severity> </rule> </ruleset>