<?xml version="1.0"?>
<ruleset name="WP-CLI">
	<description>WP-CLI coding standards.</description>

	<exclude-pattern>php/Spyc.php</exclude-pattern>

	<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
	<rule ref="Generic.Files.EndFileNewline"/>

	<rule ref="Generic.CodeAnalysis.VariableAnalysis">
		<exclude name="Generic.CodeAnalysis.VariableAnalysis.UnusedVariable"/>

		<properties>
			<property name="allowUnusedFunctionParameters" value="1"/>
		</properties>
	</rule>
</ruleset>
