diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-14 20:05:48 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-14 20:05:48 +0000 |
| commit | 9e9d73959c09cdfa4a5c50f29c6ac77f9cea17b9 (patch) | |
| tree | 36c830ffb188b83058aaba3d29ef5bceb030ccd4 /tools/PHP_CodeSniffer/CodeSniffer/Standards | |
| parent | 96a54ef4ac60382fe33f596759deb778cdbc5b82 (diff) | |
- Add ruleset.xml to RoundCube PHP_CodeSniffer standard (#1487850)
git-svn-id: https://svn.roundcube.net/trunk@4769 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'tools/PHP_CodeSniffer/CodeSniffer/Standards')
| -rw-r--r-- | tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/ruleset.xml | 8 |
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> |
