mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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>
|
||||||
|
|
||||||
<target name="sniff">
|
<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
|
<exec command="phpBB/vendor/bin/phpcs
|
||||||
-s
|
-s
|
||||||
--extensions=php
|
--extensions=php
|
||||||
|
@ -89,13 +96,6 @@
|
||||||
--ignore=phpBB/vendor/*
|
--ignore=phpBB/vendor/*
|
||||||
phpBB"
|
phpBB"
|
||||||
dir="." checkreturn="true" 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="." checkreturn="true" passthru="true" />
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="docs">
|
<target name="docs">
|
||||||
|
|
Loading…
Add table
Reference in a new issue