feature: Initial commit

This commit is contained in:
Keith Solomon
2026-04-13 20:06:32 -05:00
commit 351dc06ec4
38 changed files with 8138 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?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>