-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
[#78] Create EnumHash Cop #94
Conversation
48f2ecb
to
8808dab
Compare
Not needed now, but it would be nice to have an autocorrect this in the future. |
@andyw8 We splitted the work in two PRs because we didn't know if we were going to have time to do both and also to make code review easier. Here is the autocorrect PR #95 . Let us know if you prefer to have them being just one PR. Thanks for reviewing BTW 😄 |
a5ea0b2
to
69b69d0
Compare
Awesome. I think it's fine to have them as separate PRs. |
Thanks! |
Closes #78.
Implement EnumHash Cop.
Prefer hash syntax over array syntax for enum declarations.