Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/php-compatibility-checker/phpcs.xml
<?xml version="1.0"?>
<ruleset name="PHP Compatibility Checker PHPCS Rules">
	<description>A custom set of PHPCS rules for PHP Compatibility Checker.</description>

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

	<rule ref="WordPress">
		<exclude name="WordPress.Files.FileName"/>
	</rule>

	<rule ref="WordPress.WP.I18n">
		<properties>
			<property name="text_domain" type="string" value="php-compatibility-checker"/>
		</properties>
	</rule>

	<rule ref="WordPress.NamingConventions.ValidVariableName">
		<properties>
			<property name="customPropertiesWhitelist" type="string" value="Name"/>
		</properties>
	</rule>

	<config name="testVersion" value="5.2-99.0"/>
	<rule ref="PHPCompatibility"/>
</ruleset>