-
Notifications
You must be signed in to change notification settings - Fork 135
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
Drop RedundantModifier to SUGGESTION and FinalClass to WARNING #1028
Conversation
Generate changelog in
|
bulldozer? |
Before this PR
After this PR
==COMMIT_MSG==
Drop RedundantModifier to SUGGESTION and FinalClass to WARNING
These checks don't imply bugs, and automation will fix failing cases automatically, so it's not necessary to block compilation.
FinalClass moved to warning rather than suggestion because there are a few edge cases (e.g. dependent projects using mockito without inline mock maker) where releases can run into issues if the bots don't fix findings in time.
==COMMIT_MSG==
Possible downsides?
Code on develop may have issues detected, but not fixed.
Based on comments from @iamdanfox.