1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00
Files
archived-pie/phpcs.xml.dist

19 lines
467 B
XML

<?xml version="1.0"?>
<ruleset name="PIE Coding Standard">
<config name="php_version" value="80100"/>
<arg value="p"/>
<arg value="s"/>
<arg name="colors"/>
<arg name="cache" value=".phpcs-cache"/>
<file>bin/pie</file>
<file>src</file>
<file>test/unit</file>
<file>test/integration</file>
<file>test/behaviour</file>
<rule ref="Doctrine">
<exclude name="Generic.Files.LineLength.TooLong"/>
</rule>
</ruleset>