-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1eeb9f
commit 9d747b6
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |