From f21e20ce3c618f4f1ff8a74b7f9544bea45fd509 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Thu, 28 Dec 2023 13:15:43 +0200 Subject: [PATCH] Add PHPCS exclusion --- phpcs.xml.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 3defbc290a6b..1568411dd808 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -224,7 +224,7 @@ ############################################################################# SELECTIVE EXCLUSIONS Exclude specific files for specific sniffs and/or exclude sub-groups in sniffs. - + These exclusions are listed ordered by alphabetic sniff name. ############################################################################# --> @@ -281,6 +281,10 @@ /tests/phpunit/tests/db/charset\.php + + /src/wp-includes/sqlite/*\.php + +