diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 01:00:24 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 01:00:24 +0100 |
commit | 92144b370c0a40ed037e5a6fa26445debe79c07a (patch) | |
tree | afc4ae8ffb2b5740a36a70d6b982911d966ec249 | |
parent | 6a7db8d51a6659d6684a66d423904c9b7de59adf (diff) | |
download | forums-92144b370c0a40ed037e5a6fa26445debe79c07a.tar forums-92144b370c0a40ed037e5a6fa26445debe79c07a.tar.gz forums-92144b370c0a40ed037e5a6fa26445debe79c07a.tar.bz2 forums-92144b370c0a40ed037e5a6fa26445debe79c07a.tar.xz forums-92144b370c0a40ed037e5a6fa26445debe79c07a.zip |
[task/code-sniffer] Check phpBB/phpbb first. This is where new files go.
PHPBB3-11980
-rw-r--r-- | build/build.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/build.xml b/build/build.xml index c685a6f516..c033b1fefd 100644 --- a/build/build.xml +++ b/build/build.xml @@ -78,6 +78,13 @@ <exec command="phpBB/vendor/bin/phpcs -s --extensions=php + --standard=build/code_sniffer/ruleset-php-strict.xml + --ignore=phpBB/phpbb/db/migration/data/v30x/* + phpBB/phpbb" + dir="." checkreturn="true" passthru="true" /> + <exec command="phpBB/vendor/bin/phpcs + -s + --extensions=php --standard=build/code_sniffer/ruleset-php-legacy.xml --ignore=phpBB/cache/* --ignore=phpBB/develop/* @@ -89,13 +96,6 @@ --ignore=phpBB/vendor/* phpBB" dir="." checkreturn="true" passthru="true" /> - <exec command="phpBB/vendor/bin/phpcs - -s - --extensions=php - --standard=build/code_sniffer/ruleset-php-strict.xml - --ignore=phpBB/phpbb/db/migration/data/v30x/* - phpBB/phpbb" - dir="." checkreturn="true" passthru="true" /> </target> <target name="docs"> |