diff options
author | knut <> | 2006-03-08 22:58:44 +0000 |
---|---|---|
committer | knut <> | 2006-03-08 22:58:44 +0000 |
commit | dfc35208915df9d4c054113a6a3fba86d72c4db1 (patch) | |
tree | 51076edcab057b898afca65cbc3194c9705e536d /.gitattributes | |
parent | feb3b574230f5148083d1b9827e5f39933d9769f (diff) |
Added a ZendCodeAnalyzerTask and a analyze target to phing to be able to run the Zend Code Analyzer against the framework source
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |