The branch "master" has been updated. The following is a summary of the commits.
from: 0a00d61368c7d6a2c20a1fffcbfb281ddde4bf4c 502bc20 Add the rest of the quality control modules I want to have. ----------------------------------------------------------------------- commit 502bc2017b699af8d9971cb6fd2ef85a8e0b1391 Author: Gunnar Wrobel <[email protected]> Date: Sat Nov 12 18:49:38 2011 +0100 Add the rest of the quality control modules I want to have. Some of the return values could still use some polishing. components/data/qc_standards/phpmd.xml | 39 +++++++++++++ components/lib/Components/Module/Qc.php | 1 + components/lib/Components/Output.php | 5 ++ components/lib/Components/Qc/Task/Cpd.php | 81 +++++++++++++++++++++++++++ components/lib/Components/Qc/Task/Cs.php | 19 ++++-- components/lib/Components/Qc/Task/Lint.php | 78 ++++++++++++++++++++++++++ components/lib/Components/Qc/Task/Md.php | 84 ++++++++++++++++++++++++++++ components/lib/Components/Qc/Task/Unit.php | 79 ++++++++++++++++++++++++++ components/lib/Components/Qc/Tasks.php | 19 ++++++- components/lib/Components/Runner/Qc.php | 4 + components/package.xml | 50 +++++++++++++++- 11 files changed, 448 insertions(+), 11 deletions(-) create mode 100644 components/data/qc_standards/phpmd.xml create mode 100644 components/lib/Components/Qc/Task/Cpd.php create mode 100644 components/lib/Components/Qc/Task/Lint.php create mode 100644 components/lib/Components/Qc/Task/Md.php create mode 100644 components/lib/Components/Qc/Task/Unit.php http://git.horde.org/horde-git/-/commit/502bc2017b699af8d9971cb6fd2ef85a8e0b1391 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
