From 7fb3676957fa8e489a49dc446c356fef888b4d60 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 27 Oct 2013 17:14:20 +0100 Subject: [PATCH] [task/code-sniffer] Move code sniffer below build folder. PHPBB3-11980 --- .../code_sniffer}/phpbb/Sniffs/Commenting/FileCommentSniff.php | 0 .../code_sniffer}/phpbb/Tests/Commenting/FileCommentUnitTest.inc | 0 .../code_sniffer}/phpbb/Tests/Commenting/FileCommentUnitTest.php | 0 {code_sniffer => build/code_sniffer}/phpbb/build.xml | 0 .../code_sniffer}/phpbb/phpbbCodingStandard.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {code_sniffer => build/code_sniffer}/phpbb/Sniffs/Commenting/FileCommentSniff.php (100%) rename {code_sniffer => build/code_sniffer}/phpbb/Tests/Commenting/FileCommentUnitTest.inc (100%) rename {code_sniffer => build/code_sniffer}/phpbb/Tests/Commenting/FileCommentUnitTest.php (100%) rename {code_sniffer => build/code_sniffer}/phpbb/build.xml (100%) rename {code_sniffer => build/code_sniffer}/phpbb/phpbbCodingStandard.php (100%) diff --git a/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php b/build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php similarity index 100% rename from code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php rename to build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php diff --git a/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc b/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc similarity index 100% rename from code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc rename to build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc diff --git a/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php b/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php similarity index 100% rename from code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php rename to build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php diff --git a/code_sniffer/phpbb/build.xml b/build/code_sniffer/phpbb/build.xml similarity index 100% rename from code_sniffer/phpbb/build.xml rename to build/code_sniffer/phpbb/build.xml diff --git a/code_sniffer/phpbb/phpbbCodingStandard.php b/build/code_sniffer/phpbb/phpbbCodingStandard.php similarity index 100% rename from code_sniffer/phpbb/phpbbCodingStandard.php rename to build/code_sniffer/phpbb/phpbbCodingStandard.php