Skip to content

Add ImportSortedness checker#382

Merged
Hackerpilot merged 1 commit intodlang-community:masterfrom
wilzbach:import-sortedness
Dec 12, 2016
Merged

Add ImportSortedness checker#382
Hackerpilot merged 1 commit intodlang-community:masterfrom
wilzbach:import-sortedness

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.

3 participants