mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Custom PHPCS ruleset
This commit is contained in:
parent
98c2cdb49a
commit
33daa0b1ea
1 changed files with 6 additions and 0 deletions
6
ruleset.xml
Normal file
6
ruleset.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset>
|
||||
<rule ref="PSR2">
|
||||
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
|
||||
</rule>
|
||||
</ruleset>
|
Loading…
Reference in a new issue