google_forms/ruleset.xml

11 lines
339 B
XML
Raw Permalink Normal View History

2024-08-21 06:34:30 +00:00
<?xml version="1.0"?>
<ruleset name="CustomSniffs">
<description>Custom coding standard for namespace matching.</description>
<!-- Include your custom sniff -->
<rule ref="CustomSniffs\Sniffs\NamespaceSniff"/>
<!-- Optionally, specify the standard or other sniffs to include -->
<rule ref="PSR2"/>
</ruleset>