1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 04:13:29 +02:00

[ticket/11150] Ignore vendor-ext in the sniffer

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-12-23 18:12:21 +01:00 committed by Tristan Darricau
parent fad379813f
commit ce12b7799f
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -95,6 +95,7 @@
--ignore=${project.basedir}/phpBB/install/database_update.php
--ignore=${project.basedir}/phpBB/phpbb/*
--ignore=${project.basedir}/phpBB/vendor/*
--ignore=${project.basedir}/phpBB/vendor-ext/*
phpBB"
dir="." returnProperty="retval-php-legacy" passthru="true" />
<exec command="phpBB/vendor/bin/phpcs