diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index 645e4e0f2da9d8f503b2981d963883472b50a3c2..c24658e53d96e2b7186b5c240b94cbf11736e359 100644
--- a/core/phpcs.xml.dist
+++ b/core/phpcs.xml.dist
@@ -54,9 +54,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.TagGroupSpacing"/>