Commit 9848f43f authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Renommage et modif du fichier de config phpcs

parent dc8fc682
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!-- usage : -->
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         name="PHP_CodeSniffer"
         xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
@@ -10,16 +11,21 @@
    <arg name="colors"/>

    <!-- Ignore warnings, show progress of the run and show sniff names -->
    <arg value="nps"/>
    <arg value="ps"/>

<!--    <config name="php_version" value="80200"/>-->

<!--    <rule ref="PEAR"/>-->
    <rule ref="PHPCompatibility"/>
    <rule ref="Internal.NoCodeFound">
        <severity>0</severity> <!-- supprime le warning Internal.NoCodeFound -->
    </rule>

<!--    <file>config</file>-->
<!--    <file>module</file>-->
<!--    <file>vendor/unicaen</file>-->
    <file>config</file>
    <file>module</file>
    <file>vendor/unicaen</file>

    <config name="testVersion" value="8.2"/>

<!--    <exclude-pattern>*/tests/Tests/Proxies/__CG__*</exclude-pattern>-->
<!--    <exclude-pattern>*/tests/Tests/ORM/Tools/Export/export/*</exclude-pattern>-->