From c1d4ff496c6969df94a479d25d8efe17880e110d Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sat, 12 Jan 2019 04:00:42 +0000 Subject: [PATCH] Coding Standards: Exclude some external files. - `class-wp-block-parser.php` and `wp-includes/blocks/*` are imported from the Gutenberg plugin. - `speed-trap-listener.php` is a third party library. See #45934. git-svn-id: https://develop.svn.wordpress.org/trunk@44571 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b247e9e0f5..ec6e8e3b28 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -46,11 +46,13 @@ /src/wp-includes/class-simplepie\.php /src/wp-includes/class-smtp\.php /src/wp-includes/class-snoopy\.php + /src/wp-includes/class-wp-block-parser\.php /src/wp-includes/deprecated\.php /src/wp-includes/ms-deprecated\.php /src/wp-includes/pluggable-deprecated\.php /src/wp-includes/rss\.php + /src/wp-includes/blocks/* /src/wp-includes/ID3/* /src/wp-includes/IXR/* /src/wp-includes/random_compat/* @@ -58,6 +60,8 @@ /src/wp-includes/SimplePie/* /src/wp-includes/Text/* + /tests/phpunit/includes/speed-trap-listener\.php + /tests/phpunit/build* /tests/phpunit/data/*