You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jpsim About "Prefer Swift constructors to legacy ones", do you see another way than keeping a list of known legacy constructors and checking for their presence?
Lots of good stuff in here that we could turn into SwiftLint rules: http://ericasadun.com/2015/11/17/a-handful-of-swift-style-rules-swiftlang/
Notably, the following rules should be straightforward to implement:
isEmpty
(done in add rule to encourage checkingisEmpty
over comparingcount
to zero #206)The text was updated successfully, but these errors were encountered: