mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 10:32:01 +08:00
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:
parent
fe259af44c
commit
ffbc7559a7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue