diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:56:11 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:56:11 +0100 |
commit | 10bfb2fe054b8384637db7dedc5b7fe423519e54 (patch) | |
tree | 980d5e46c859a0a50d8f09fb762994791663f696 /build | |
parent | ef1f99183796f8e246f96bca54ca439bf8ea1750 (diff) | |
download | forums-10bfb2fe054b8384637db7dedc5b7fe423519e54.tar forums-10bfb2fe054b8384637db7dedc5b7fe423519e54.tar.gz forums-10bfb2fe054b8384637db7dedc5b7fe423519e54.tar.bz2 forums-10bfb2fe054b8384637db7dedc5b7fe423519e54.tar.xz forums-10bfb2fe054b8384637db7dedc5b7fe423519e54.zip |
[task/code-sniffer] Completely ignore database_update.php.
PHPBB3-11980
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 39a6333b5e..0a5448f98d 100644 --- a/build/build.xml +++ b/build/build.xml @@ -92,6 +92,7 @@ --ignore=phpBB/includes/sphinxapi.php --ignore=phpBB/includes/utf/data/* --ignore=phpBB/install/data/* + --ignore=phpBB/install/database_update.php --ignore=phpBB/phpbb/* --ignore=phpBB/vendor/* phpBB" |