sorted_imports rule is not caring about different import flavors #1269
Labels
enhancement
Ideas for improvements of existing features and rules.
wontfix
Issues that became stale and were auto-closed by a bot.
Imports can declare which kind of type wants to imports, see Import Declaration from Apple Docs. Additionally imports could be marked with
@testable
.Personally I'd like having
@testable
at the end of imports list and grouping imports withkind
declaration bykind
after normal importsI would expect that next case don't throw.
I would expect that next case throws
Next case would be the valid version of previous case. Actually it is not throwing because
sorted_imports
rule is case sensitive. I would also expect it to be case insensitive as pointed out in this issue #1185I would expect next case don't throw
The text was updated successfully, but these errors were encountered: