<?xml version="1.0"?>
<ruleset name="JSONFeed for WordPress">
	<description>JSONFeed for WordPress Standards</description>

	<file>./jsonfeed-wp.php</file>
	<file>./feed-json.php</file>
	<file>./feed-json-comments.php</file>
	<file>./feed-json-functions.php</file>
	<rule ref="PHPCompatibility"/>
	<config name="testVersion" value="5.6-"/>
	<rule ref="WordPress-Core" />	
	<config name="minimum_supported_wp_version" value="4.9"/>
	<rule ref="WordPress.Files.FileName" />
	<rule ref="WordPress-Extra"/>
	<rule ref="WordPress.WP.I18n"/>
	<config name="text_domain" value="jsonfeed,default"/>
	 <rule ref="WordPress.WP.DeprecatedFunctions" />

</ruleset>
