• File: phpcs.compatibility.xml
  • Full Path: /home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/phpcs.compatibility.xml
  • File size: 533 bytes
  • MIME-type: application/xml
  • Charset: utf-8
<?xml version="1.0"?>
<ruleset name="WPML">
	<description>WPML Coding Standards</description>

	<config name="testVersion" value="5.6-"/>

    <rule ref="PHPCompatibility" />

	<exclude-pattern>*/vendor/*</exclude-pattern>
	<exclude-pattern>*/tests/*</exclude-pattern>
	<exclude-pattern>*.js</exclude-pattern>
	<exclude-pattern>*.mo</exclude-pattern>
	<exclude-pattern>*.po</exclude-pattern>
	<exclude-pattern>*.twig</exclude-pattern>
	<exclude-pattern>*.css</exclude-pattern>
	<exclude-pattern>*.scss</exclude-pattern>


</ruleset>