17 lines
484 B
XML
17 lines
484 B
XML
|
|
<?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>
|