mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue