-
Notifications
You must be signed in to change notification settings - Fork 93
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 require check #888
Add require check #888
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #888 +/- ##
==========================================
- Coverage 88.08% 83.95% -4.14%
==========================================
Files 142 21 -121
Lines 1578 324 -1254
Branches 278 31 -247
==========================================
- Hits 1390 272 -1118
+ Misses 188 52 -136 ☔ View full report in Codecov by Sentry. |
src/test/scala-2/com/sksamuel/scapegoat/inspections/AvoidRequireTest.scala
Outdated
Show resolved
Hide resolved
src/test/scala-3/com/sksamuel/scapegoat/inspections/AvoidRequireTest.scala
Outdated
Show resolved
Hide resolved
src/main/scala-3/com/sksamuel/scapegoat/inspections/AvoidRequire.scala
Outdated
Show resolved
Hide resolved
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 a lot!
@mccartney, would you issue a new release? |
Thanks for another contribution! |
you are welcome |
Hello,
fix for #730
scala2/scala3