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
Issue fork entity_reference_uuid-3309143
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 #3
mahtab_alam commentedComment #4
anjali rathod@mahtab_alam are you sure that the module name will be drupal ??
Comment #6
c-logemannThe correct schema is
{project}:{module}. Project "drupal" is for core modules (documentation link).Just fixed that with Gitlab WebIDE.
Comment #8
pwolanin commentedThe test module should probably not depend on itself
Comment #10
sourabhjain