From d4a01a794e6f85eab455162f7e81209e39393eba Mon Sep 17 00:00:00 2001 From: Tim Plunkett <git@plnktt.com> Date: Thu, 13 Mar 2025 12:03:45 -0400 Subject: [PATCH] Issue #3512609 by tim.plunkett: PHPCS XML file out of date with core 11.x --- core.phpcs.xml.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/core.phpcs.xml.dist b/core.phpcs.xml.dist index 56abaf1ed..2b080cef0 100644 --- a/core.phpcs.xml.dist +++ b/core.phpcs.xml.dist @@ -62,9 +62,6 @@ <exclude name="Drupal.Commenting.DocComment.LongFullStop"/> <exclude name="Drupal.Commenting.DocComment.MissingShort"/> </rule> - <rule ref="Drupal.Commenting.DocComment"> - <exclude-pattern>core/tests/*</exclude-pattern> - </rule> <rule ref="Drupal.Commenting.DocCommentAlignment"/> <rule ref="Drupal.Commenting.DocCommentLongArraySyntax"/> <rule ref="Drupal.Commenting.DocCommentStar"/> -- GitLab