- Issue created by @himanshu_jhaloya
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 9:59am 11 April 2023 - Status changed to Needs work
6 months ago 2:00pm 29 May 2024 - šµšPhilippines cleavinjosh
Hi @himanshu_jhaloya,
I applied MR!1 and it was applied smoothly.
However, I still encounter some issues after I ran
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml
.ā tmgmt_microsoft git:(8.x-1.1) curl https://git.drupalcode.org/project/tmgmt_microsoft/-/merge_requests/1.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4987 0 4987 0 0 11039 0 --:--:-- --:--:-- --:--:-- 11033 patching file src/MicrosoftTranslatorUi.php patching file src/Plugin/tmgmt/Translator/MicrosoftTranslator.php patching file tests/src/Functional/MicrosoftTest.php patching file tmgmt_microsoft_test/tmgmt_microsoft_test.routing.yml ā tmgmt_microsoft git:(8.x-1.1) ā .. ā contrib git:(main) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml tmgmt_microsoft FILE: /Users/interns/Demo-site/drupal-orgissue/web/modules/contrib/tmgmt_microsoft/src/Plugin/tmgmt/Translator/MicrosoftTranslator.php -------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------------------------------------------------------------- 13 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\tmgmt\TranslatorInterface. -------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------------------------------------------------------------------- FILE: /Users/interns/Demo-site/drupal-orgissue/web/modules/contrib/tmgmt_microsoft/src/MicrosoftTranslatorUi.php ----------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------- 8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\FormStateInterface. ----------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------------------------------------------------- Time: 301ms; Memory: 12MB ā contrib git:(main) ā
- First commit to issue fork.
- last update
6 months ago run-tests.sh fatal error - Status changed to Needs review
6 months ago 4:57am 30 May 2024 - Status changed to RTBC
6 months ago 7:31am 30 May 2024 - šµšPhilippines cleavinjosh
Hi Sir @paraderojether,
I applied MR!1, it was applied smoothly and fixed all the remaining issues.
ā tmgmt_microsoft git:(8.x-1.1) curl https://git.drupalcode.org/project/tmgmt_microsoft/-/merge_requests/1.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6268 0 6268 0 0 9771 0 --:--:-- --:--:-- --:--:-- 9778 patching file src/MicrosoftTranslatorUi.php patching file src/Plugin/tmgmt/Translator/MicrosoftTranslator.php patching file tests/src/Functional/MicrosoftTest.php patching file tmgmt_microsoft_test/tmgmt_microsoft_test.routing.yml ā tmgmt_microsoft git:(8.x-1.1) ā .. ā contrib git:(main) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml tmgmt_microsoft ā contrib git:(main) ā
Thank you.
- last update
6 months ago run-tests.sh fatal error - First commit to issue fork.