make: change to PSR12 standard style, lots of noise coming up

This commit is contained in:
Franco Fichtner 2019-10-07 16:11:59 +02:00
parent 046d821fef
commit 26a6738036
1 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?>
<ruleset name="PSR2+">
<description>Slightly enhanced version of the PSR2 standard</description>
<ruleset name="PSR12+">
<description>Slightly enhanced version of the PSR12 standard</description>
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
<!--
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
-->
<rule ref="PSR2"/>
<rule ref="PSR12"/>
<exclude-pattern>*.css</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
</ruleset>