<?xml version="1.0"?>
<ruleset name="Plugin Coding Standards">
	<description>Plugin coding standards based on WordPress VIP standards with excluded some rules.</description>

	<arg name="colors"/>
	<config name="installed_paths" value="vendor/wp-coding-standards/wpcs"/>
	<rule ref="./vendor/automattic/vipwpcs/WordPressVIPMinimum/ruleset.xml" />
	<rule ref="WordPress.PHP.YodaConditions"/>

	<file>./plugin.php</file>
	<file>./source</file>
	<file>./tests</file>
	<exclude-pattern>./source/libraries</exclude-pattern>
</ruleset>
