Custom PHPCS ruleset

This commit is contained in:
Pierre Rudloff 2017-12-24 00:01:10 +01:00
parent 98c2cdb49a
commit 33daa0b1ea
1 changed files with 6 additions and 0 deletions

6
ruleset.xml Normal file
View File

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