Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Sep 2023 at 14:01 UTC
Updated:
17 Oct 2023 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vishal.kadamThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #3
sakthi_dev commentedPlease review. Attaching the screenshot as a proof for reviewers.
Comment #4
avpadernolist_inline_block.module
The description for a module is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
src/Commands/GetBlockList.php
The documentation comment for constructors is not mandatory anymore, If it is given, the description must be Constructs a new [class name] object. where [class name] includes the class namespace.
Function and method declarations are written on a single line.
Links are not build with
$this->t(). Translators should not asked to built that type of link, as there is nothing in that link that depends from the language used for the page./src/Controller/ListBlock.php
There is no need to inject the request stack in a controller, as a parameter type to
\Symfony\Component\HttpFoundation\Requestfor the page method will pass that value to the page method.Comment #5
sakthi_dev commentedHi @apaderno, Thanks for reviewing. Updated the changes in 1.0.x dev branch. Please review.
Composer command: composer require 'drupal/list_inline_block:^1.0.x-dev@dev'
Comment #6
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the Slack #contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the reviewers.
Comment #7
avpaderno