Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
15 Nov 2020 at 14:16 UTC
Updated:
26 Feb 2021 at 09:44 UTC
Jump to comment: Most recent
Comments
Comment #2
mrweiner commentedYou've got a few standards warnings/errors that should be fairly easy to clean up.
FILE: /app/web/modules/contrib/gtmetrix/src/Form/SettingsForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
96 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
100 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
103 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
------------------------------------------------------------------------------------------------------------------------------------------
FILE: /app/web/modules/contrib/gtmetrix/src/Form/SettingsForm.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
94 | ERROR | The array declaration extends to column 100 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------
FILE: /app/web/modules/contrib/gtmetrix/src/Helper/GtMetrixHelper.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
30 | WARNING | Line exceeds 80 characters; contains 81 characters
----------------------------------------------------------------------
Comment #3
mrweiner commentedSorry, just took a look through https://groups.drupal.org/node/427683 and the above doesn't warrant Needs Work.
Comment #4
avpadernoActually, since this is the first review, the status was correct.
Comment #5
jvandooren commentedThanks for the review! The requested changes have been pushed to the 1.0.x branch.
Comment #6
bramdriesenBumped according to https://www.drupal.org/node/539608
Comment #7
bramdriesenAutomated Review
Still some sniffs. But no show blocker. (Posted as a separate comment).
Manual Review
This review uses the Project Application Review Template.
Comment #8
bramdriesenComment #9
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 IRC #drupal-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 dedicated reviewers as well.