- Issue created by @Binoli Lalani
- @binoli-lalani opened merge request.
- @binoli-lalani opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 8:32am 10 April 2023 - š®š³India Binoli Lalani Gujarat
- Status changed to Needs work
5 months ago 6:09am 20 August 2024 - šµšPhilippines cleavinjosh
Hi @binoli lalani,
I applied MR!2, it was applied smoothly and fixed most of the phpcs issues.
These are the remaining issues after I ran
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml
:ā views_tools git:(2.0.x) curl https://git.drupalcode.org/project/views_tools/-/merge_requests/2.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4791 0 4791 0 0 14268 0 --:--:-- --:--:-- --:--:-- 14301 patching file src/Controller/ViewsToolsController.php patching file src/Form/BulkOperationForm.php patching file src/Form/DeleteDisplayConfirm.php ā views_tools git:(2.0.x) ā .. ā contrib phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml views_tools FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/views_tools/src/Controller/ViewsToolsController.php ------------------------------------------------------------------------------------------------------------------------ FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------ 8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link. ------------------------------------------------------------------------------------------------------------------------ PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------------------------------------ FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/views_tools/src/ViewsTools.php --------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------- 6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Symfony\Component\Yaml\Yaml. --------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------------------------------------------- Time: 144ms; Memory: 8MB ā contrib
Thank you.