From 9de5c7e8955404594a096dae24a7d48e5ef5c815 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 29 Apr 2021 12:13:06 -0700 Subject: [PATCH] Add WordPress-VIP-Go coding standard for PHPCS --- .phpcs.xml.dist | 8 +- composer.json | 1 + composer.lock | 250 +++++++++++++++++- ...e-worker-custom-background-integration.php | 2 +- ...rvice-worker-custom-header-integration.php | 4 +- pwa.php | 4 +- wp-includes/class-wp-https-ui.php | 2 +- wp-includes/class-wp-service-workers.php | 2 +- wp-includes/class-wp.php | 2 +- ...ce-worker-navigation-routing-component.php | 4 +- wp-includes/template.php | 2 +- 11 files changed, 262 insertions(+), 19 deletions(-) diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 39804ccb6..ded5795d2 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -7,6 +7,7 @@ . + ./node_modules/ @@ -17,7 +18,7 @@ - + '; echo wp_kses_post( $output );