Problem/Motivation
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.
Steps to reproduce
Proposed resolution
Scan the module using PHPCS and rearrange all use statements alphabetically.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork pathauto-3376723
Show commands
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.