<?xml version="1.0"?>
<ruleset name="WP Plugin Standards">
  <description>WordPress.org plugin coding standards and PHP compatibility.</description>
  <config name="testVersion" value="7.4-8.3"/>
  <arg value="p"/>
  <arg name="extensions" value="php"/>
  <file>./</file>
  <exclude-pattern>vendor/*</exclude-pattern>
  <exclude-pattern>node_modules/*</exclude-pattern>
  <rule ref="WordPress-Core"/>
  <rule ref="WordPress-Extra"/>
  <rule ref="WordPress-Docs"/>
  <rule ref="PHPCompatibility"/>
</ruleset>
