Files
Logo-Soup/phpcs.xml
T
2026-04-13 20:06:32 -05:00

21 lines
542 B
XML

<?xml version="1.0"?>
<ruleset name="Logo Soup">
<description>PHPCS rules for the Logo Soup plugin.</description>
<arg name="basepath" value="."/>
<arg name="extensions" value="php"/>
<arg name="parallel" value="4"/>
<file>logo-soup.php</file>
<file>src</file>
<file>uninstall.php</file>
<file>tests/php</file>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>tests/php/wp-stubs.php</exclude-pattern>
<rule ref="WordPress-Core"/>
<rule ref="WordPress-Extra"/>
<rule ref="WordPress-Docs"/>
</ruleset>