mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 16:01:40 +02:00
[ticket/12723] Use core suffix in filename instead of phpbb in the middle.
PHPBB3-12723
This commit is contained in:
13
build/code_sniffer/ruleset-php-legacy-core.xml
Normal file
13
build/code_sniffer/ruleset-php-legacy-core.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="phpBB PHP Legacy Standard">
|
||||
|
||||
<description>phpBB legacy coding standard for PHP files</description>
|
||||
|
||||
<rule ref="./ruleset-php-legacy.xml" />
|
||||
|
||||
<!-- THe header file MUST contains:
|
||||
- the phpBB copyright: (c) phpBB Limited <https://www.phpbb.com>
|
||||
- the phpBB License: GNU General Public License, version 2 (GPL-2.0) -->
|
||||
<rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />
|
||||
|
||||
</ruleset>
|
Reference in New Issue
Block a user