From 6174f14154a1a6e0a5ec8060e05106c67adc764b Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 29 May 2020 15:32:14 +0100
Subject: [PATCH] Issue #2937552 by longwave: Fix
 'Drupal.Commenting.DocComment.TagsNotGrouped' coding standard

---
 core/phpcs.xml.dist | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index b62f8547b59d..557199b90ad1 100644
--- a/core/phpcs.xml.dist
+++ b/core/phpcs.xml.dist
@@ -55,9 +55,6 @@
     <exclude name="Drupal.Commenting.DocComment.LongFullStop"/>
     <exclude name="Drupal.Commenting.DocComment.ShortNotCapital"/>
     <exclude name="Drupal.Commenting.DocComment.ShortFullStop"/>
-    <!-- TagsNotGrouped and ParamGroup have false-positives.
-      @see https://www.drupal.org/node/2060925 -->
-    <exclude name="Drupal.Commenting.DocComment.TagsNotGrouped"/>
     <exclude name="Drupal.Commenting.DocComment.ParamGroup"/>
     <exclude name="Drupal.Commenting.DocComment.ShortSingleLine"/>
     <exclude name="Drupal.Commenting.DocComment.MissingShort"/>
-- 
GitLab