- šµšPhilippines cleavinjosh
Hi @dineshkumarbollu,
I applied patch#1, it was not applied smoothly but fixed most of the phpcs issues.
These are the remaining issue after I ran
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml
:ā image_with_title git:(8.x-1.x) curl https://www.drupal.org/files/issues/2023-01-11/removed-all-coding-standard-issues-3332556-1.patch | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 932 100 932 0 0 2388 0 --:--:-- --:--:-- --:--:-- 2383 patching file image_with_title.info.yml Hunk #1 FAILED at 2. 1 out of 1 hunk FAILED -- saving rejects to file image_with_title.info.yml.rej patching file image_with_title.module Hunk #1 succeeded at 7 with fuzz 2. ā image_with_title git:(8.x-1.x) ā .. ā contrib phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig image_with_title FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/image_with_title/image_with_title.info.yml --------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------- 1 | WARNING | "core_version_requirement" property is missing in the info.yml file --------------------------------------------------------------------------------------------------------------- Time: 167ms; Memory: 10MB ā contrib
Thank you.