Capitalize the name of the module, because module names are proper nouns.
https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Patch to follow, thanks!

Comments

alonaoneill created an issue. See original summary.

alonaoneill’s picture

Assigned: alonaoneill » Unassigned
Status: Active » Needs review
StatusFileSize
new370 bytes

I uploaded a patch that Capitalize the name of the module in the .info.yml file.
Thanks!

Willtg’s picture

Status: Needs review » Reviewed & tested by the community

Code looks good. The capitalization aligns with Drupal documentation standards.
Marking as RTBC
Thank you for working on the module!

manuel.adan’s picture

Status: Reviewed & tested by the community » Needs work

Hi guys,

You look experts on module name capitalization ;). Well, as of #3011477-4: Capitalize module name per Drupal standards, #3003434-4: Module name should be capitalized and some others:

The module name is present in many other locations, like PHP comments, labels and titles, documentation...

So, please, it has to be reviewed in all the places where it appears.

Thank's

manuel.adan’s picture

Status: Needs work » Closed (duplicate)
Related issues: +#2997507: Coding standard review