-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Remove blank lines between close braces that are on different lines. #43822
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
Conversation
AlekseyTs
left a comment
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.
I do not think this is useful or should be enforced.
|
@AlekseyTs The new styles will be discussed with the cross-team style review group before getting enabled or merged. |
|
For context, there are 121017 cases where we follow the expected style, and 66 cases where we don't. So this is the defacto style for the entire roslyn project to the tune of 99.945%. As far as i can tell, this is our style. And this analyzer just catches the errant mistakes that occasionally happen and slip through the cracks. This helps makes PRs easier to review because this is no longer an issue that people have to be on guard about when reviewing :) |
This change excludes src/Compilers from the analysis.
59dbb2b to
d57fa55
Compare
All changes under src/Compilers have been removed/excluded
ghost
left a comment
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.
Auto-approval
This is the result of running the latest analyzer in roslyn-analyzers against Roslyn.sln. This will be needed to move to the latest version for the team.