mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[task/code-sniffer] Require code sniffer to pass on Travis CI.
PHPBB3-11980
This commit is contained in:
@@ -88,14 +88,14 @@
|
||||
--ignore=phpBB/phpbb/*
|
||||
--ignore=phpBB/vendor/*
|
||||
phpBB"
|
||||
dir="." passthru="true" />
|
||||
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="." passthru="true" />
|
||||
dir="." checkreturn="true" passthru="true" />
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
|
Reference in New Issue
Block a user