-
Notifications
You must be signed in to change notification settings - Fork 33
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
AlphabeticalImports is not working as expected. #107
Comments
This is working as intended (And should probably be explained along with many others, #106) It only squaks at the first segment alphabetical ordering, as that is what is required to make the code: I'm open to discussion about changing it, but I believe this was the initial justification for the behavior. |
In my opinion it should be full order if possible. |
(My justification for this is: It should be predictable to find anything relative to anything, and full alpha is the most predictable.) |
ok @mattstauffer (PRs welcome on this Jose, or I will get to it in my list 😄) |
This is how my imports are set up in
quicksand
right now DeleteOldSoftDeletes.php:Tlint should squawk about Log and DB being out of alphabetical order, but running tlint against this file does not catch it.
The text was updated successfully, but these errors were encountered: