mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ruleset name="SilverStripe">
|
||
|
<description>CodeSniffer ruleset for SilverStripe coding conventions.</description>
|
||
|
|
||
|
<rule ref="PSR2" >
|
||
|
<!-- Current exclusions -->
|
||
|
<exclude name="PSR1.Methods.CamelCapsMethodName" />
|
||
|
</rule>
|
||
|
</ruleset>
|