From 51b5552050e88d0b3cba759787eb341c0c50a1ae Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 6 May 2024 18:35:46 +0000 Subject: [PATCH] Build/Test Tools: Exclude PHP translation files from phpcs linting. Translation files in this directory are automatically generated and are not subject to any linting considerations. See #59647 git-svn-id: https://develop.svn.wordpress.org/trunk@58107 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcompat.xml.dist | 3 +++ phpcs.xml.dist | 3 +++ 2 files changed, 6 insertions(+) diff --git a/phpcompat.xml.dist b/phpcompat.xml.dist index 94c20742ad..d06b8e2a99 100644 --- a/phpcompat.xml.dist +++ b/phpcompat.xml.dist @@ -49,6 +49,9 @@ /src/wp-content/themes/(?!twenty)* + + /src/wp-content/languages/* + /src/wp-content/themes/(?!twenty)* + + /src/wp-content/languages/* +