PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.0.8
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.0.8
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
← All changes | phpcs.tests.xml +0 -7 2.2.32.0.8 View file →
@@ -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" />