summaryrefslogtreecommitdiff
path: root/tools/PHP_CodeSniffer/CodeSniffer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PHP_CodeSniffer/CodeSniffer')
-rw-r--r--tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/ruleset.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/ruleset.xml b/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/ruleset.xml
new file mode 100644
index 000000000..33ecce985
--- /dev/null
+++ b/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/ruleset.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<ruleset name="RoundCube">
+ <description>The RoundCube coding standard.</description>
+
+ <!-- Include the whole PEAR standard -->
+ <rule ref="PEAR"/>
+
+</ruleset>