<?xml version="1.0"?>


<ruleset name="Aiify">
	<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />
	<description>Aiify Blocks coding standards</description>
	<exclude-pattern>/.github/*</exclude-pattern>
	<exclude-pattern>/vendor/*</exclude-pattern>
	<exclude-pattern>/node_modules/*</exclude-pattern>
	<exclude-pattern>/assets/*</exclude-pattern>
	<exclude-pattern>/aiify-block/*</exclude-pattern>

	
	<rule ref="Generic.PHP.DisallowShortOpenTag" />
	<rule ref="WordPress.Security" />
</ruleset>