<?xml version="1.0"?>
<ruleset name="No Updates" namespace="RichardMuvirimi\NoUpdates\">
<description>Coding Standards for No Updates and Php 7.3</description>

<config name="testVersion" value="7.3-"/>

<arg name="extensions" value="php"/>

<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/tests/src/*</exclude-pattern>

 <rule ref="PHPCompatibilityWP"/>
 <rule ref="PHPCompatibility"/>

</ruleset>