Custom PHPCS ruleset

This commit is contained in:
Pierre Rudloff 2017-12-24 00:01:10 +01:00
parent 98c2cdb49a
commit 33daa0b1ea
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni

6
ruleset.xml Normal file
Vedi File

@ -0,0 +1,6 @@
<?xml version="1.0"?>
<ruleset>
<rule ref="PSR2">
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
</rule>
</ruleset>