Files
plugins/ruleset.xml
T

11 lines
398 B
XML
Raw Normal View History

2016-10-21 19:59:26 +02:00
<?xml version="1.0"?>
2019-10-07 16:23:08 +02:00
<ruleset name="PSR12+">
<description>Slightly enhanced version of the PSR12 standard</description>
2016-10-21 19:59:26 +02:00
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
2017-12-27 13:01:38 +01:00
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
2019-10-07 16:23:08 +02:00
<rule ref="PSR12"/>
2016-10-21 19:59:26 +02:00
<exclude-pattern>*.css</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
</ruleset>