1
0
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:
Andreas Fischer 2013-10-29 01:00:24 +01:00
parent 6a7db8d51a
commit 92144b370c

View File

@ -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">