Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 May 2023 at 06:38 UTC
Updated:
19 Jul 2023 at 07:59 UTC
Jump to comment: Most recent
Comments
Comment #2
shashank5563 commentedThank you for applying! Reviewers will review the project files, describing what needs to be changed.
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.
To reviewers: Please read How to review security advisory coverage applications, What to cover in an application review, and Drupal.org security advisory coverage application workflow.
While this application is open, only the user who opened the application can make commits to the project used for the application.
Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.
Comment #3
shashank5563 commentedComment #4
shashank5563 commentedmainis a wrong branch name, as branch names end with the literal .x. That branch needs to be removed.Comment #5
shashank5563 commentedPHPCS issue
Comment #6
avpadernoComment #7
blyme commentedHi
Thanks a lot for your time. I've updated with a new release 1.0.3-beta1.
I've removed the main branch and fixed the phpcs issues.
Comment #8
vishal.kadam@blyme There is no need to create a release for a review. Just commit the changes to the 1.x branch.
Comment #9
vishal.kadam1. FILE: geocoder_dawa.info.yml
core_version_requirement: ^8 || ^9The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement: key.
2. FILE: src/Plugin/Geocoder/Provider/Dawa.php
{@inheritdoc} is used if you are overriding or implementing a method from a base
class or interface.
Comment #10
avpadernoThe
Dawaclass inherits its methods from theProviderBaseclass. For those methods, the documentation comment is correct.It is not correct for the class constructor, as
@{inheritdoc}is not used for class constructors.Comment #11
blyme commentedHi again
Thank you. I've updated the 1.x branch (without a new release :D)
I've added the
core: 8.xto the .info.yml file and fixed the doc comment for the constructor.Comment #12
vishal.kadamRest looks fine to me.
Let’s wait for other reviewers to take a look and if everything goes fine, you will get the role.
Comment #13
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 #14
avpadernoComment #15
blyme commentedThanks for your time. Appreciate it.