diff --git a/build.default.properties b/build.default.properties new file mode 100644 index 0000000..e1ca39e --- /dev/null +++ b/build.default.properties @@ -0,0 +1,10 @@ +##################################################### +## This project is using the ## +## PHP code quality project (phpcq) ## +## ## +## https://github.com/phpcq/phpcq ## +##################################################### + + +phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml +phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..6f885a1 --- /dev/null +++ b/build.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + \ No newline at end of file