-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 ConditionalBindingCascadeRule #327
Conversation
@jpsim initial thoughts? |
@@ -9,6 +9,10 @@ | |||
* Add AutoCorrect for StatementPositionRule. | |||
[Raphael Randschau](https://github.com/nicolai86) | |||
|
|||
* Add ConditionalBindingCascadeRule. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing the two trailing spaces as described in CONTRIBUTING.md.
This is great 👏! It actually looks complete to me, is there a reason you marked this as [WIP]? |
…ing-cascade-rule # Conflicts: # CHANGELOG.md
@jpsim There are still some edge cases I'm working out. One example is that |
@jpsim Ok, ready for final review and merge. |
Great work @aamctustwo! Will merge in #338. |
Add a rule to check for repeated
let
statements in a conditional binding cascade. (Task from #202)