From 968254f4f46b3b0254efd1a500e9ab3db12661bd Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 19 Jul 2019 03:49:26 +0000 Subject: [PATCH] Coding Standards: Exclude a handful of incorrectly named files that won't be renamed. See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45661 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 6e14ca6937..704bcc3378 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -270,4 +270,14 @@ /src/wp-includes/wp-db\.php /src/wp-includes/class-wp-dependency\.php + + + + /src/wp-admin/includes/class-wp-list-table-compat\.php + /src/wp-includes/class-wp-dependency\.php + /src/wp-includes/class-wp-editor\.php + /src/wp-content/themes/twentyeleven/inc/widgets\.php + /src/wp-content/themes/twentyfourteen/inc/widgets\.php + /src/wp-content/themes/twentyfourteen/inc/featured-content\.php +