diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-23 12:07:00 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-23 12:07:00 +0100 |
commit | ddea34cb8ab9325adbe6a7de9acd3d500e38ebcb (patch) | |
tree | 79042a6c3f092cf9fceeb676ff594dd0157a8547 | |
parent | c3f62e1f3fcd39acb7c5066a46aedb3e6b5c42d8 (diff) | |
download | zetacomponents-graph-ddea34cb8ab9325adbe6a7de9acd3d500e38ebcb.zip zetacomponents-graph-ddea34cb8ab9325adbe6a7de9acd3d500e38ebcb.tar.gz |
Disabled phpmd because of bug in PHPMD
-rw-r--r-- | build.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.properties b/build.properties index d93428a..3526532 100644 --- a/build.properties +++ b/build.properties @@ -18,6 +18,9 @@ codesniffer.standard = Ezc codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC codesniffer.standard.package.channel = pear.xplib.de +# Disabled because of https://github.com/phpmd/phpmd/issues/47 +phpmd.enabled = false + # Ignore codesniffer and PHPCPD failures for now codesniffer.fail.on.violation = false phpcpd.fail.on.violation = false |