Problem/Motivation
Warnings reported by phpcs sniffer.
FILE: /home/arpitkayare/drupal_9.5/web/modules/contrib/acquia_cms_site_studio/README.md
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------
17 | WARNING | Line exceeds 80 characters; contains 177 characters
19 | WARNING | Line exceeds 80 characters; contains 233 characters
---------------------------------------------------------------------------------------
FILE: /home/arpitkayare/drupal_9.5/web/modules/contrib/acquia_cms_site_studio/acquia_cms_site_studio.info.yml
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
-------------------------------------------------------------------------------------------------------------
8 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
9 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
10 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
11 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
12 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
13 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
14 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
15 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
19 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
-------------------------------------------------------------------------------------------------------------
Steps to reproduce
Run the command phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig .
Proposed resolution
Work on a patch and get it reviewed.
Remaining tasks
User interface changes
API changes
Data model changes