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

jonathan1055 created an issue. See original summary.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

jonathan1055’s picture

Status: Active » Closed (outdated)

The full <rule ref="Drupal.Commenting.Deprecated"/> was committed to core 9.0
https://git.drupalcode.org/project/drupal/commit/5230377
Unfortunately we missed the window for fixing these in 8.9