-
Notifications
You must be signed in to change notification settings - Fork 32
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
reports imported functions at the end as not alphabetically sorted
#290
Comments
Interesting. To fix the lint, yes, function namespaces and names should be sorted alphabetically mixed in with classes. Not sure what we actually want here though. Does adding a blank line between the class and function |
We've worked around it by using the container binding instead of global helper function. 🙈 Will give it try with the spacing line. |
Okay, spacing line doesn't help.
|
Good to know, thanks 👍🏻 |
For me to reference later:
|
This is reported by the
AlphabeticalImports
rule - I assume that it's because of the imported function at the end!? Is this intended? So should the function be imported between the classes to be alphabetical?The text was updated successfully, but these errors were encountered: