$ phpcs --standard=Drupalpractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml layoutcomponents/
FILE: C:\xampp\htdocs\contribution\web\modules\contrib\layoutcomponents\modules\lc_simple_card_with_float_text\lc_simple_card_with_float_text.info.yml
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\contribution\web\modules\contrib\layoutcomponents\modules\lc_simple_image_two_text_columns\lc_simple_image_two_text_columns.info.yml
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
-------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\contribution\web\modules\contrib\layoutcomponents\modules\lc_simple_image_with_hover_text\lc_simple_image_with_hover_text.info.yml
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
-------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\contribution\web\modules\contrib\layoutcomponents\modules\lc_simple_text_with_hover_image\lc_simple_text_with_hover_image.info.yml
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
-------------------------------------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | patch-working-fine.png | 47.79 KB | anoopsingh92 |
| #2 | all_dependencies_must_be_prefixed_with_project_name-3293015-2.patch | 2.23 KB | rakhi soni |
Issue fork layoutcomponents-3293015
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
rakhi soni commentedI have created a patch to fix the issue "All dependencies must be prefixed with the project name",, please review it.
Thanks & Regards
Rakhi Soni,,
Comment #3
mrinalini9 commentedHi,
I have reviewed patch #2, looks good to me. It applied cleanly and fixed all dependencies prefixed with the project name.
But still, there are some issues after running
phpcs --standard=Drupalpractice --that need to be fixed:Thanks & Regards,
Mrinalini
Comment #4
anoopsingh92Comment #5
anoopsingh92Hi @rakhi, I reviewed your patch. It is working fine. @mrinalini9, I think this ticket is related to "All dependencies must be prefixed with the project name" not for the other Coding standard issues.
Thanks for the patch @rakhi. Moving it to RTBC.
Comment #6
anoopsingh92Comment #7
avpadernoSince patches are no longer tested, a merge request must be provided.
Comment #10
immaculatexavier commentedCreated MR against #2
Comment #11
avpaderno