diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:19:02 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:19:02 +0200 |
commit | e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2 (patch) | |
tree | bd5bb1fc08db84fccd62c66d2fe88a4e94fc1cd8 /build/code_sniffer | |
parent | 32a2c95f903cbbfad909945887a1cbabd84d5039 (diff) | |
download | forums-e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2.tar forums-e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2.tar.gz forums-e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2.tar.bz2 forums-e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2.tar.xz forums-e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2.zip |
[ticket/12723] Use core suffix in filename instead of phpbb in the middle.
PHPBB3-12723
Diffstat (limited to 'build/code_sniffer')
-rw-r--r-- | build/code_sniffer/ruleset-php-legacy-core.xml (renamed from build/code_sniffer/ruleset-phpbb-php-legacy.xml) | 0 | ||||
-rw-r--r-- | build/code_sniffer/ruleset-php-strict-core.xml (renamed from build/code_sniffer/ruleset-phpbb-php-strict.xml) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build/code_sniffer/ruleset-phpbb-php-legacy.xml b/build/code_sniffer/ruleset-php-legacy-core.xml index 9f11ce290e..9f11ce290e 100644 --- a/build/code_sniffer/ruleset-phpbb-php-legacy.xml +++ b/build/code_sniffer/ruleset-php-legacy-core.xml diff --git a/build/code_sniffer/ruleset-phpbb-php-strict.xml b/build/code_sniffer/ruleset-php-strict-core.xml index 6da9297099..b60a365ec9 100644 --- a/build/code_sniffer/ruleset-phpbb-php-strict.xml +++ b/build/code_sniffer/ruleset-php-strict-core.xml @@ -3,7 +3,7 @@ <description>phpBB legacy coding standard for PHP files</description> - <rule ref="./ruleset-phpbb-php-legacy.xml" /> + <rule ref="./ruleset-php-legacy-core.xml" /> <rule ref="./ruleset-php-strict.xml" /> </ruleset> |