Custom PHPCS ruleset
authorPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 23:01:10 +0000 (00:01 +0100)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 23:01:10 +0000 (00:01 +0100)
ruleset.xml [new file with mode: 0644]

diff --git a/ruleset.xml b/ruleset.xml
new file mode 100644 (file)
index 0000000..c5f439e
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<ruleset>
+       <rule ref="PSR2">
+               <exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
+       </rule>
+</ruleset>