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

Swift 2.0 #98

Merged
merged 10 commits into from
Aug 28, 2015
Merged

Swift 2.0 #98

merged 10 commits into from
Aug 28, 2015

Conversation

jpsim
Copy link
Collaborator

@jpsim jpsim commented Aug 23, 2015

Addresses #77. Marking as WIP while Swift 2 is in beta.

@jpsim jpsim mentioned this pull request Aug 23, 2015
@jpsim jpsim force-pushed the swift-2.0 branch 2 times, most recently from 3f91adc to e1f4ec4 Compare August 25, 2015 22:46
@jpsim jpsim changed the title [WIP] Swift 2.0 Swift 2.0 Aug 28, 2015
@jpsim
Copy link
Collaborator Author

jpsim commented Aug 28, 2015

Merging into master. Development will now continue exclusively for Swift 2.0. If you'd like to use SwiftLint with Swift 1.2, please use v0.1.2.

case .List(let items): return "\n".join(items.map { "* " + $0.ansi })
case .Joined(let items): return "\n\n".join(items.map { $0.ansi } )
case .List(let items): return items.map({ "* " + $0.ansi }).joinWithSeparator("\n")
case .Joined(let items): return items.map({ $0.ansi } ).joinWithSeparator("\n\n")
Copy link
Contributor

Choose a reason for hiding this comment

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

extra space?

jpsim added a commit that referenced this pull request Aug 28, 2015
@jpsim jpsim merged commit 27d8a5d into master Aug 28, 2015
@jpsim jpsim deleted the swift-2.0 branch August 28, 2015 20:19
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.

2 participants