The branch "master" has been updated. The following is a summary of the commits.
from: d2646ff3453fc53b55520c2003b1f313fdd47ccb 64ca149 Rough draft for a quality control module. ----------------------------------------------------------------------- commit 64ca149a3e9052664b54ecab867fa930ba481b36 Author: Gunnar Wrobel <[email protected]> Date: Sat Nov 12 01:47:10 2011 +0100 Rough draft for a quality control module. components/data/qc_standards/phpcs.xml | 61 +++++ components/lib/Components/Dependencies.php | 7 + components/lib/Components/Dependencies/Bootstrap.php | 10 + components/lib/Components/Dependencies/Injector.php | 10 + components/lib/Components/Module/Qc.php | 121 ++++++++++ components/lib/Components/Qc/Task/Base.php | 206 ++++++++++++++++++ components/lib/Components/Qc/Task/Cs.php | 77 +++++++ components/lib/Components/Qc/Tasks.php | 122 +++++++++++ components/lib/Components/Runner/Qc.php | 113 ++++++++++ 9 files changed, 727 insertions(+), 0 deletions(-) create mode 100644 components/data/qc_standards/phpcs.xml create mode 100644 components/lib/Components/Module/Qc.php create mode 100644 components/lib/Components/Qc/Task/Base.php create mode 100644 components/lib/Components/Qc/Task/Cs.php create mode 100644 components/lib/Components/Qc/Tasks.php create mode 100644 components/lib/Components/Runner/Qc.php http://git.horde.org/horde-git/-/commit/64ca149a3e9052664b54ecab867fa930ba481b36 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
