| @@ -1,15 +1,8 @@ | ||
| 1 | 1 | <?xml version="1.0"?> |
| 2 | 2 | <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="phpcs.xsd"> |
| 3 | 3 | <description>Coding Standards for Tests</description> |
| 4 | 4 | |
| 5 | - <!-- Inspect files in the /tests folder --> | |
| 6 | - <file>tests</file> | |
| 7 | - | |
| 8 | - <!-- Run in verbose mode and specify the precise rule that failed in output --> | |
| 9 | - <arg value="sv"/> | |
| 10 | - <arg name="colors"/> | |
| 11 | - | |
| 12 | 5 | <!-- Check that code meets WordPress-Extra standards. --> |
| 13 | 6 | <rule ref="WordPress-Extra"> |
| 14 | 7 | <!-- Don't use yoda conditions --> |
| 15 | 8 | <exclude name="WordPress.PHP.YodaConditions" /> |