????

Your IP : 18.116.85.60


Current Path : /home/multihiv/www/store/wp-content/plugins/woo-order-on-whatsapp/
Upload File :
Current File : /home/multihiv/www/store/wp-content/plugins/woo-order-on-whatsapp/ruleset.xml

<?xml version="1.0"?>
<ruleset name="Order on Mobile for WooCommerce">
	<description>Order on Mobile for WooCommerce Coding Standards.</description>

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

	<!-- Check for PHP cross-version compatibility. -->
	<!-- <rule ref="PHPCompatibilityWP" /> -->

	<!--
	Included via WordPress-Extra.
	<rule ref="WordPress-Core"/>
	-->

	<rule ref="WordPress-Extra">
		<!-- Prevent duplicate messages + deprecation notice from deprecated sniff. -->
		<exclude name="WordPress.WP.TimezoneChange.timezone_change_date_default_timezone_set"/>
		<exclude name="WordPress.WP.TimezoneChange.DeprecatedSniff"/>
		<!-- Exclude Yoda conditions. -->
		<exclude name="WordPress.PHP.YodaConditions" />
	</rule>

	<!-- Require proper docblocks be used in all PHP files -->
	<rule ref="WordPress-Docs">
		<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
		<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
		<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop" />
		<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
	</rule>
</ruleset>