<?xml version="1.0"?>
<ruleset name="WP Edge Integration Linting">
	<!-- Files or directories to check -->
	<file>.</file>

	<!-- Exclude tests from linting. -->
	<exclude-pattern>tests/*</exclude-pattern>

	<!-- Use HM Coding Standards -->
	<rule ref="vendor/humanmade/coding-standards">
		<!-- Exclude rules here using the following syntax: -->
		<!-- <exclude name="HM.Debug.ForceShortArray" /> -->
		<exclude name="HM.Files.NamespaceDirectoryName.NoIncDirectory" />
	</rule>
</ruleset>