Problem/Motivation

All dependencies must be prefixed with the project name

Steps to reproduce

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml entity_reference_uuid

Command icon 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

mahtab_alam created an issue. See original summary.

mahtab_alam’s picture

Status: Active » Needs review
anjali rathod’s picture

@mahtab_alam are you sure that the module name will be drupal ??

C-Logemann made their first commit to this issue’s fork.

c-logemann’s picture

The correct schema is {project}:{module}. Project "drupal" is for core modules (documentation link).

Just fixed that with Gitlab WebIDE.

pwolanin’s picture

Status: Needs review » Needs work

The test module should probably not depend on itself

sourabhjain made their first commit to this issue’s fork.

sourabhjain’s picture

Status: Needs work » Needs review