Problem/Motivation
This is a part of the attempt to fix #2572645: [Meta] Fix 'Drupal.Commenting.FunctionComment' coding standard
This issue is created to work on the sub-sniff
Drupal.Commenting.FunctionComment.Missing
From the parent "I think we may have to reduce the severity level for this / exclude this for a while as it would take quite a bit of effort to understand the respective functions and write meaningful and useful comments."
For now, just list any discovered issue that is adding complete missing function comment blocks.
Steps to reproduce
Proposed resolution
Create child issues for groups of files that can be included in the sniff by a file path pattern on the phpcs.xml.dist file.
Remaining tasks
- #3517369: Fix Drupal.Commenting.FunctionComment.Missing in module tests
- #3489427: Fix remaining Drupal.Commenting.FunctionComment.Missing in modules but not tests
- Add child issues as needed
Completed
- #3514780: Fix Drupal.Commenting.FunctionComment.Missing in KernelTests tests
- #3503912: Fix Drupal.Commenting.FunctionComment.Missing in Plugins
- #3508506: Fix Drupal.Commenting.FunctionComment.Missing in Unit tests
- #3508513: Fix Drupal.Commenting.FunctionComment.Missing in Functional tests
- #3508581: Fix Drupal.Commenting.FunctionComment.Missing in Kernel tests
Do not make an MR for this issue.