-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Always require semicolon or newline before method body #11854
base: master
Are you sure you want to change the base?
Conversation
I believe the same problem applies to many more uses of |
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.
Thanks for the enhancements and the very clear commit history 🙇
Thanks for the many recent additions. I understand you have incorporated an implementation of the changes discussed in #11209? To me that feels a bit much for this PR, though. Statement end before method body should be considered a separate feature from what comes after the name of a type def. If you don't mind, I can take care of extracting this concern to a different PR. |
Opened #13375 As for this PR, I think I need to go back to the drawing board. |
I created #13386 to discuss the intended behaviour. |
As per #6191 (comment)