<?xml version="1.0"?>
<ruleset>
  <file>src</file>
  <file>templates</file>
  <file>visit-notifications.php</file>

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

  <arg name="colors" />

  <rule ref="NeutronRuleset">
    <exclude name="WordPress.PHP.DisallowShortTernary.Found" />
  </rule>

  <rule ref="WordPress.Security.EscapeOutput.OutputNotEscaped"></rule>
  <rule ref="WordPress.Security.ValidatedSanitizedInput"></rule>
</ruleset>
