mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Add root ruleset.xml for backwards compat
This commit is contained in:
parent
2f76a216b2
commit
664c137b54
1 changed files with 18 additions and 0 deletions
18
ruleset.xml
Normal file
18
ruleset.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="WordPress">
|
||||
<!--
|
||||
This ruleset.xml is purely for backwards compatibility prior to the repo restructuring in:
|
||||
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/194
|
||||
|
||||
As part of the repo restructuring, the subset rulesets standards for:
|
||||
- WordPress-Core
|
||||
- WordPress-VIP
|
||||
- WordPress-Extra
|
||||
All of these became referenceable by name when passing the standard to phpcs.
|
||||
To make use of them, you need to add this WordPress-Coding-Standards project
|
||||
to the PHPCS installed paths.
|
||||
|
||||
Read more at https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#readme
|
||||
-->
|
||||
<rule ref="./WordPress/ruleset.xml"/>
|
||||
</ruleset>
|
Loading…
Add table
Add a link
Reference in a new issue