2016-08-15 22:39:37 -04:00
|
|
|
<?xml version="1.0"?>
|
2019-10-07 10:11:59 -04:00
|
|
|
<ruleset name="PSR12+">
|
|
|
|
|
<description>Slightly enhanced version of the PSR12 standard</description>
|
2016-08-15 22:39:37 -04:00
|
|
|
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
2017-12-27 06:56:00 -05:00
|
|
|
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
|
|
|
|
|
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
|
2019-10-07 10:11:59 -04:00
|
|
|
<rule ref="PSR12"/>
|
2016-09-25 03:54:14 -04:00
|
|
|
<exclude-pattern>*.css</exclude-pattern>
|
|
|
|
|
<exclude-pattern>*.js</exclude-pattern>
|
2016-08-15 22:39:37 -04:00
|
|
|
</ruleset>
|