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 rule requiring imports be sorted #991

Closed
wants to merge 7 commits into from
Prev Previous commit
Next Next commit
fixup! fixup! Add rule requiring imports be sorted
sberrevoets committed Dec 22, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit cb827738730ddf54ff1bd7a13a9091c46d22063f
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,6 @@

* Add a rule that enforces alphabetical sorting of imports.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now in the wrong changelog section due to 0.14 being released.

[Scott Berrevoets](https://github.com/sberrevoets)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add the issue number too?

[#991](https://github.com/realm/SwiftLint/pull/991)
[#900](https://github.com/realm/SwiftLint/issues/900)

* Now builds and passes most tests on Linux using the Swift Package Manager with