v-wordpress-plugin-updater/phpcs.xml
nikolai@vontainment.com 234380ffcc modified: phpcs.xml
2025-10-20 08:56:42 -04:00

18 lines
577 B
XML

<?xml version="1.0"?>
<ruleset name="Project Coding Standards">
<description>PHPCS config for WordPress in v-wp-updater/ and PHP in update-api/</description>
<!-- Ignore vendor directories -->
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>update-api/vendor/*</exclude-pattern>
<!-- WordPress rules for v-wp-updater -->
<rule ref="WordPress-Core">
<include-pattern>v-wp-updater/</include-pattern>
</rule>
<!-- Generic PHP rules for update-api -->
<rule ref="PSR12">
<include-pattern>update-api/</include-pattern>
</rule>
</ruleset>