-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Install ErrorProne.NET analyzers #44197
base: main
Are you sure you want to change the base?
Conversation
@gafter this is the same change you reviewed in the past. I am only resubmitting it so I can include an analyzer to help maintain this in the future. @dotnet/roslyn-compiler can I get a couple reviews here? |
Before starting to enforce new styles on compiler code, we need some agreement on design (is this style desirable?). Was this run by Jared? |
@jmarolf schedule a meeting next week and I'm happy to go through my findings regarding this set of analyzers |
All diagnostics reported by the analyzers are disabled, with the exception of EPS09 which supports and enforces the code style from #43426.
Supersedes #43426