Closed (outdated)
Project:
Drupal core
Version:
9.1.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2020 at 14:27 UTC
Updated:
29 Jul 2020 at 07:42 UTC
Jump to comment: Most recent
In #3048498: [≈Nov. 11] Fix Drupal.Commenting.Deprecated coding standard we fixed the majority of the @deprecated coding standard for basic layout and #3094454: Fix remaining @deprecated manually and enable the coding standard is the follow-up to fix the last few manually.
However, these only addres the basic text layout, there are other parts to the coding standard - ensuring a @see tag and Extra Info data, and verifying the format of the versions and see url.
Core 8.9.x currently has the following coding standards messages
Errors:
Drupal.Commenting.Deprecated.IncorrectTextLayout - 20 (manual patch)
Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag - 143
Drupal.Commenting.Deprecated.MissingExtraInfo - 19
Warnings:
Drupal.Commenting.Deprecated.DeprecatedVersionFormat - 36
Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat - 63
This is a parent issue to track progress and help make decisions on the way forward.
Comments
Comment #3
jonathan1055 commentedThe full
<rule ref="Drupal.Commenting.Deprecated"/>was committed to core 9.0https://git.drupalcode.org/project/drupal/commit/5230377
Unfortunately we missed the window for fixing these in 8.9