summaryrefslogtreecommitdiffstats
path: root/.phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to '.phpcs.xml')
-rw-r--r--.phpcs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.phpcs.xml b/.phpcs.xml
index 26d5659..c31dba1 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -21,5 +21,6 @@
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent" />
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
+ <exclude name="WordPress.PHP.YodaConditions.NotYoda" />
</rule>
</ruleset>