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:
parent
fad379813f
commit
ce12b7799f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user