[ticket/12723] Use core suffix in filename instead of phpbb in the middle.

PHPBB3-12723
This commit is contained in:
Andreas Fischer 2014-06-22 01:19:02 +02:00
parent 32a2c95f90
commit e7c6da2c54
3 changed files with 3 additions and 3 deletions

View file

@ -77,14 +77,14 @@
<exec command="phpBB/vendor/bin/phpcs
-s
--extensions=php
--standard=build/code_sniffer/ruleset-phpbb-php-strict.xml
--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
--extensions=php
--standard=build/code_sniffer/ruleset-phpbb-php-legacy.xml
--standard=build/code_sniffer/ruleset-php-legacy-core.xml
--ignore=${project.basedir}/phpBB/cache/*
--ignore=${project.basedir}/phpBB/develop/*
--ignore=${project.basedir}/phpBB/includes/diff/*.php

View file

@ -3,7 +3,7 @@
<description>phpBB legacy coding standard for PHP files</description>
<rule ref="./ruleset-phpbb-php-legacy.xml" />
<rule ref="./ruleset-php-legacy-core.xml" />
<rule ref="./ruleset-php-strict.xml" />
</ruleset>