-
-
Notifications
You must be signed in to change notification settings - Fork 770
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
EmptyDefaultConstructor false positive with expect and actual classes #3970
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3970 +/- ##
============================================
+ Coverage 83.48% 83.49% +0.01%
- Complexity 3159 3160 +1
============================================
Files 458 458
Lines 9047 9047
Branches 1759 1759
============================================
+ Hits 7553 7554 +1
- Misses 567 568 +1
+ Partials 927 925 -2
Continue to review full report at Codecov.
|
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.
Thank you for the clean up!
Fix #3929
The actual fix is just the last commit. But I did a bit of cleanup in the tests of this rule first.