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 rules from Erica Sadun #202

Closed
5 tasks done
jpsim opened this issue Nov 17, 2015 · 2 comments
Closed
5 tasks done

Add rules from Erica Sadun #202

jpsim opened this issue Nov 17, 2015 · 2 comments

Comments

@jpsim
Copy link
Collaborator

jpsim commented Nov 17, 2015

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:

@marcelofabri
Copy link
Collaborator

@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?

@jpsim
Copy link
Collaborator Author

jpsim commented Nov 29, 2015

That was how I was thinking of doing it, yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants