An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored
Utilisation des scripts composer.
5b1bde2c
<?xml version="1.0"?>
<ruleset name="Theme-Bundle ruleset"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd">
<description>Use the loose ruleset of irstea/phpmd-config.</description>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>.*/cache/</exclude-pattern>
<exclude-pattern>var/</exclude-pattern>
<rule ref="vendor/irstea/phpmd-config/loose.xml"/>
</ruleset>