-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add new inspection: abstract trait #887
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #887 +/- ##
==========================================
- Coverage 88.08% 82.45% -5.64%
==========================================
Files 142 19 -123
Lines 1578 302 -1276
Branches 278 32 -246
==========================================
- Hits 1390 249 -1141
+ Misses 188 53 -135 ☔ View full report in Codecov by Sentry. |
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 your contribution!
Would you please also fix the ReadmeTest
?
src/main/scala-2/com/sksamuel/scapegoat/inspections/traits/AbstractTrait.scala
Outdated
Show resolved
Hide resolved
Would you please also fix the ReadmeTest? |
Done |
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.
Are you interested to add this inspection for Scala 3 as well?
I keep it in mind, but no in the current request, because I have a little experience work with scala 3, maybe in the next PR |
@mccartney, would you issue a new release? |
Triggered the release of 3.1.0. Thanks for the contribution. |
Hello,
I implemented new inspection: check if trait is abstract (first from this list: #302)