mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-20 14:39:49 -04:00
14 lines
453 B
XML
14 lines
453 B
XML
<?xml version="1.0"?>
|
|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WordPress" namespace="WordPressCS\WordPress" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">
|
|
|
|
<description>WordPress Coding Standards</description>
|
|
|
|
<!--
|
|
Included via WordPress-Extra.
|
|
<rule ref="WordPress-Core"/>
|
|
-->
|
|
<rule ref="WordPress-Docs"/>
|
|
<rule ref="WordPress-Extra"/>
|
|
|
|
</ruleset>
|