diff options
author | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
commit | 01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (patch) | |
tree | 1178985bb423cf36285681aaf8f717bdb587f46f /build/build.xml | |
parent | b5fed65fe326d32268f46b5915f3d7402f844bae (diff) | |
parent | a462f14aa367e9b8f94c4d2da35458353bad8c0f (diff) | |
download | forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.gz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.bz2 forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.xz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.zip |
Merge pull request #3560 from Nicofuma/ticket/13790
[ticket/13790] Update phpcs
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index 6c91827146..59170ab75f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -75,14 +75,14 @@ <target name="sniff"> <exec command="phpBB/vendor/bin/phpcs - -s + -s -p --extensions=php --standard=build/code_sniffer/ruleset-php-strict-core.xml --ignore=${project.basedir}/phpBB/phpbb/db/migration/data/v30x/* phpBB/phpbb" dir="." returnProperty="retval-php-strict" passthru="true" /> <exec command="phpBB/vendor/bin/phpcs - -s + -s -p --extensions=php --standard=build/code_sniffer/ruleset-php-legacy-core.xml --ignore=${project.basedir}/phpBB/cache/* @@ -98,7 +98,7 @@ phpBB" dir="." returnProperty="retval-php-legacy" passthru="true" /> <exec command="phpBB/vendor/bin/phpcs - -s + -s -p --extensions=php --standard=build/code_sniffer/ruleset-php-extensions.xml --ignore=${project.basedir}/phpBB/ext/*/tests/* |