Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a sniff to enforce use statements are in alphabetic order (per group) #213

Closed
jrfnl opened this issue Jun 17, 2020 · 0 comments · Fixed by #363
Closed

Add a sniff to enforce use statements are in alphabetic order (per group) #213

jrfnl opened this issue Jun 17, 2020 · 0 comments · Fixed by #363
Milestone

Comments

@jrfnl
Copy link
Collaborator

jrfnl commented Jun 17, 2020

Discussed on Slack with @herregroen

Add a sniff to enforce that import use statements are sorted alphabetically per group, i.e. use ..., use func ... and use const ....

There is a Slevomat sniff available which we could probably use for this. Needs review & testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant