ORIENT/phpcs.xml

17 lines
484 B
XML
Raw Normal View History

<?xml version="1.0"?>
<ruleset name="October CMS">
<description>The coding standard for October CMS.</description>
<rule ref="PSR2">
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
</rule>
<file>bootstrap/</file>
<file>config/</file>
<file>modules/</file>
<file>tests</file>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>storage/</exclude-pattern>
<exclude-pattern>plugins/</exclude-pattern>
</ruleset>