UNPKG

633 BXMLView Raw
1<?xml version="1.0"?>
2<ruleset name="WordPress" namespace="Burst">
3 <rule ref="WordPress-Extra">
4 <exclude name="WordPress.PHP.YodaConditions.NotYoda" />
5 <exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped" />
6 <exclude name="WordPress.Security.EscapeOutput.UnsafePrintingFunction" />
7 </rule>
8 <rule ref="WordPress-Docs">
9 <exclude name="Squiz.Commenting.FileComment.Missing" />
10 <exclude name="Squiz.Commenting.FunctionComment.Missing" />
11 <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
12 <exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
13 </rule>
14</ruleset>
\No newline at end of file