mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Exclude plugins and non-bundled themes from PHP compatibility scans.
Fixes #54425. git-svn-id: https://develop.svn.wordpress.org/trunk@52148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e4132b5a61
commit
0c812b536b
@ -40,6 +40,15 @@
|
||||
-->
|
||||
<exclude-pattern>/vendor/*</exclude-pattern>
|
||||
|
||||
<!-- Must-Use plugins. -->
|
||||
<exclude-pattern>/src/wp-content/mu-plugins/*</exclude-pattern>
|
||||
|
||||
<!-- Plugins. -->
|
||||
<exclude-pattern>/src/wp-content/plugins/*</exclude-pattern>
|
||||
|
||||
<!-- Themes except the twenty* themes. -->
|
||||
<exclude-pattern>/src/wp-content/themes/(?!twenty)*</exclude-pattern>
|
||||
|
||||
<!--
|
||||
PHPCompatibilityParagonieSodiumCompat prevents false positives in `sodium_compat`.
|
||||
However, because these files are included in a non-standard path, false positives are triggered in WordPress Core.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user