Only exclude class-lite.php from PHPCS (#157)

Signed-off-by: Andy Fragen <andy@thefragens.com>
Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
This commit is contained in:
Andy Fragen 2025-07-09 18:53:11 -07:00 committed by GitHub
parent fe259af44c
commit ffbc7559a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
</rule>
<!-- Exclude third-party dependencies -->
<exclude-pattern>inc/updater/*</exclude-pattern>
<exclude-pattern>inc/updater/class-lite\.php</exclude-pattern>
<!-- Exclude language files -->
<exclude-pattern>languages/*</exclude-pattern>