Skip to content

Commit

Permalink
Added build adn property files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmaack committed Feb 23, 2016
1 parent b1eeb9f commit 9d747b6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.default.properties
Original file line number Diff line number Diff line change
@@ -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
21 changes: 21 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This project is using the PHP code quality project (PHPCQ).
For documentation visit:
https://github.com/phpcq/phpcq
-->
<project name="semantic_html5" default="build">
<!-- override properties here -->
<!-- <property name="" value="" /> -->

<!-- import the main tasks definition -->
<import file="vendor/phpcq/phpcq/phpcq.main.xml"/>

<!--
Overwrite individual targets - you can leave them empty to stop a called target from having any effect.
In this example, we disable all tasks in the the verify task.
-->
<!-- <target name="verify" /> -->
</project>

0 comments on commit 9d747b6

Please sign in to comment.