mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-04 14:47:52 +02:00
[task/code-sniffer] Check phpBB/phpbb first. This is where new files go.
PHPBB3-11980
This commit is contained in:
parent
6a7db8d51a
commit
92144b370c
@ -75,6 +75,13 @@
|
||||
</target>
|
||||
|
||||
<target name="sniff">
|
||||
<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="." checkreturn="true" passthru="true" />
|
||||
<exec command="phpBB/vendor/bin/phpcs
|
||||
-s
|
||||
--extensions=php
|
||||
@ -89,13 +96,6 @@
|
||||
--ignore=phpBB/vendor/*
|
||||
phpBB"
|
||||
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="." checkreturn="true" passthru="true" />
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
|
Loading…
x
Reference in New Issue
Block a user