From 360e10f2ee36fdef67aaae84a9e3daa00b9352fb Mon Sep 17 00:00:00 2001 From: omkar-pd <omkarpd109@gmail.com> Date: Mon, 24 Feb 2025 09:35:55 +0530 Subject: [PATCH] #3508350: Update core.phpcs.xml.dist --- core.phpcs.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/core.phpcs.xml.dist b/core.phpcs.xml.dist index 52b35c3c1..6a7b9e293 100644 --- a/core.phpcs.xml.dist +++ b/core.phpcs.xml.dist @@ -48,6 +48,7 @@ <rule ref="Drupal.Commenting.ClassComment.Missing"> <include-pattern>*/Functional/*</include-pattern> <include-pattern>*/tests/modules/*</include-pattern> + <include-pattern>./core/tests/Drupal/Tests/Core/*</include-pattern> </rule> <rule ref="Drupal.Commenting.DataTypeNamespace"/> <rule ref="Drupal.Commenting.Deprecated"/> -- GitLab