mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
9 lines
288 B
XML
9 lines
288 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PSR2+">
|
|
<description>Slightly enhanced version of the PSR2 standard</description>
|
|
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
|
<rule ref="PSR2"/>
|
|
<exclude-pattern>*.css</exclude-pattern>
|
|
<exclude-pattern>*.js</exclude-pattern>
|
|
</ruleset>
|