From 0c812b536b2ec2e5665e46389e3db68817cdca07 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 12 Nov 2021 18:38:54 +0000 Subject: [PATCH] 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 --- phpcompat.xml.dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/phpcompat.xml.dist b/phpcompat.xml.dist index 5af8e2a503..db47b0ea26 100644 --- a/phpcompat.xml.dist +++ b/phpcompat.xml.dist @@ -40,6 +40,15 @@ --> /vendor/* + + /src/wp-content/mu-plugins/* + + + /src/wp-content/plugins/* + + + /src/wp-content/themes/(?!twenty)* +