Commit 6c6cbf1f authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

phpcs : config phpcompatibility

parent c373b2ae
Loading
Loading
Loading
Loading

.phpcs-cache

deleted100644 → 0
+0 −1

File deleted.

Preview size limit exceeded, changes collapsed.

phpcs.phpcompat.xml

0 → 100644
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         name="PHP_CodeSniffer"
         xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
    <arg name="basepath" value="."/>
    <arg name="extensions" value="php,phtml"/>
    <arg name="parallel" value="80"/>
    <arg name="cache" value=".phpcs-cache"/>
<!--    <arg name="report" value="summary"/>-->
    <arg name="colors"/>

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

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

<!--    <rule ref="PEAR"/>-->
    <rule ref="PHPCompatibility"/>

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

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