From dfc35208915df9d4c054113a6a3fba86d72c4db1 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 8 Mar 2006 22:58:44 +0000 Subject: Added a ZendCodeAnalyzerTask and a analyze target to phing to be able to run the Zend Code Analyzer against the framework source --- .gitattributes | 1 + build.xml | 9 ++ buildscripts/phing/tasks/ZendCodeAnalyzerTask.php | 151 ++++++++++++++++++++++ 3 files changed, 161 insertions(+) create mode 100644 buildscripts/phing/tasks/ZendCodeAnalyzerTask.php diff --git a/.gitattributes b/.gitattributes index 9c33e2ab..791b4565 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,7 @@ buildscripts/phing/style/phpunit2-noframes.xsl -text buildscripts/phing/style/str.replace.function.xsl -text buildscripts/phing/tasks/PhpLintTask.php -text buildscripts/phing/tasks/XmlLintTask.php -text +buildscripts/phing/tasks/ZendCodeAnalyzerTask.php -text buildscripts/phpbuilder/build.php -text buildscripts/phpbuilder/files.txt -text buildscripts/setup.php -text diff --git a/build.xml b/build.xml index 26c71384..674d8f7a 100644 --- a/build.xml +++ b/build.xml @@ -35,9 +35,11 @@ + +