From 7fb3676957fa8e489a49dc446c356fef888b4d60 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 27 Oct 2013 17:14:20 +0100 Subject: [task/code-sniffer] Move code sniffer below build folder. PHPBB3-11980 --- build/code_sniffer/phpbb/phpbbCodingStandard.php | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 build/code_sniffer/phpbb/phpbbCodingStandard.php (limited to 'build/code_sniffer/phpbb/phpbbCodingStandard.php') diff --git a/build/code_sniffer/phpbb/phpbbCodingStandard.php b/build/code_sniffer/phpbb/phpbbCodingStandard.php new file mode 100644 index 0000000000..adbba9d915 --- /dev/null +++ b/build/code_sniffer/phpbb/phpbbCodingStandard.php @@ -0,0 +1,43 @@ + include all sniffs in this standard + * PEAR/Sniffs/Files => include all sniffs in this dir + * PEAR/Sniffs/Files/LineLengthSniff => include this single sniff + * + * @return array + */ + public function getIncludedSniffs() + { + return array(); + } +} -- cgit v1.2.1