<?xml version="1.0"?>
<ruleset name="Codja-WordPress">
	<description>Sniffs for the coding standards of the WordPress theme/plugin</description>

	<exclude-pattern>vendor/*</exclude-pattern>
	<exclude-pattern>node_modules/*</exclude-pattern>

	<file>.</file>

	<arg name="extensions" value="php"/>

	<arg name="colors"/>

	<arg name="report" value="full"/>

	<rule ref="WordPress-Extra">
		<exclude name="WordPress.PHP.YodaConditions"/>
		<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found"/>
	</rule>
</ruleset>
