testlint
testlint copied to clipboard
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Swift 3's improvements to the syntax of condition clauses made the `let` keyword mandatory in cascaded let clauses (cf. [SE-0099](https://github.com/apple/swift-evolution/blob/master/proposals/0099-conditionclauses.md) – thanks to your awesome work, @erica :-) Therefore, the...
Firstly, thanks for this. It's very helpful while I try to unlearn ingrained habits when writing swift! ## I fixed the false positive by including word boundaries around the relevant...
Hello, I loved your post about [Swift Style Rules](http://ericasadun.com/2015/11/17/a-handful-of-swift-style-rules-swiftlang/) and I'd love to add your project on [Awesome-iOS](https://github.com/vsouza/awesome-ios), which is a huge curated list of awesome iOS ecosystem, including Objective-C...
``` swift endpoint.update().onComplete { _ in let emergency = EmergencyRoomsDataSource(database: self.database) } ``` In closure, testlint say I don't need to use self.