- Issue created by @Harpreet_singh_saluja
- Assigned to jb044
- Status changed to Fixed
10 months ago 12:03pm 7 March 2024 - Status changed to Fixed
10 months ago 12:04pm 7 March 2024
Referred source
when I run the command
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml
for your module
I found this
FILE: /var/www/html/web/modules/contrib/rest_password_reset/rest_password_reset.info.yml
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------
6 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
8 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
----------------------------------------------------------------------------------------------
Fixed
1.0
Code