Closed (fixed)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2023 at 06:19 UTC
Updated:
22 Oct 2023 at 14:49 UTC
Jump to comment: Most recent
I have scanned the module with PHPCS ../vendor/bin/phpcs --standard=drupal modules/contrib/pathauto
and found that there is a lot to do.
But there is already an issue Fix the issues reported by phpcs, which has been postponed because the patch was very heavy.
So I have created the issue according to the error.
It will help to review and merge easily.
Scan the module using PHPCS and rearrange all use statements alphabetically.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
keshavv commentedI have created the MR please review it.
Thank you.
Comment #6
berdirI'm always a bit torn on issues like this and whether it's worth spending your and my time on it.
But the new GitlabCI workflow benefits from fixing CS and it's verifiable that this fixes all of them and reduces the violation count.
Merged.