Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Mar 2023 at 10:23 UTC
Updated:
10 Apr 2025 at 10:48 UTC
Jump to comment: Most recent
Comments
Comment #2
vishal.kadamThank 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
vishal.kadamComment #4
vishal.kadam1. Fix PHPCS issues. You can use the PHPCS tool for checking and resolving issues.
2. Remove LICENSE file
The LICENSE file isn't necessary, since every project hosted on drupal.org is licensed under the same license used by Drupal core. This file is automatically added by the packaging script.
3. Place css and js folders in the root directory instead of the src directory.
Comment #5
avpadernoComment #6
rassoni commentedphpstan issues
php -d memory_limit=4G ../../vendor/bin/phpstan analyse bootstrap_italia
Comment #7
arturopanettaThanks to vishal.kadam, apaderno and Rashmisoni for advice and help.
1. Fix PHPCS issues: bbdd40b9
2. Remove LICENSE file: eef9064d
3. Place css and js folders in the root directory instead of the src directory: c55cf3d2
4. phpstan issues: 7e9f53a2
Comment #8
avpadernoComment #9
vishal.kadamHello @arturopanetta,
I have reviewed the changes, and they look fine to me.
Let’s wait for other reviewers to take a look and if everything goes fine, you will get the role.
Thanks
Comment #10
avpadernoOn the modules directory, there are .module files that contain just a comment. Drupal 8 modules do not need any .module file, to be recognized as modules. It is sufficient the .info.yml file.
Comment #11
avpadernoComment #12
arturopanettaThanks @apaderno i removed the files with comments only
Comment #14
avpadernoComment #15
avpaderno