<?xml version="1.0"?>
<ruleset name="POWER CAPTCHA Coding Standards">
  <rule ref="WordPress">
    <!-- Exclude some commenting rules -->
    <exclude name="Squiz.Commenting.ClassComment"/>
    <exclude name="Squiz.Commenting.FunctionComment"/>
    <exclude name="Squiz.Commenting.VariableComment"/>
    <exclude name="Squiz.Commenting.FileComment"/>
    <exclude name="Squiz.Commenting.FileComment.MissingPackageTag"/>
    <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
    <exclude name="Generic.Commenting.DocComment"/>
  </rule>
  <config name="testVersion" value="8.0-"/>
  <rule ref="PHPCompatibilityWP">
    <include-pattern>*\.php$</include-pattern>
  </rule>
</ruleset>