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 ImportSortedness checker #382

Merged
merged 1 commit into from
Dec 12, 2016

Conversation

wilzbach
Copy link
Member

Checks whether the imports are in alphabetical order, e.g. it would complain for:

import foo;
import bar;

For more examples, please see the unittests.

@andralex
Copy link

Cool beans!

@Hackerpilot Hackerpilot merged commit c018b1e into dlang-community:master Dec 12, 2016
@wilzbach wilzbach deleted the import-sortedness branch August 20, 2020 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants