Skip to content

Conversation

@Johnnei
Copy link
Collaborator

@Johnnei Johnnei commented Oct 20, 2025

No description provided.

@Johnnei Johnnei changed the title chore(fmt): Fixed missed Scala 2 formatting updates chore(fmt): fix missed Scala 2 formatting updates Oct 20, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.72%. Comparing base (fa90063) to head (a43784b).
⚠️ Report is 100 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #986      +/-   ##
==========================================
- Coverage   88.08%   84.72%   -3.36%     
==========================================
  Files         142       21     -121     
  Lines        1578      347    -1231     
  Branches      278       35     -243     
==========================================
- Hits         1390      294    -1096     
+ Misses        188       53     -135     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +31 to 34
case ValDef(_, _, tpt, _) if tpt.tpe =:= typeOf[Any] =>
context.warn(tree.pos, self, tree.toString.take(200))
case DefDef(_, _, _, _, tpt, _) if tpt.tpe =:= typeOf[Any] =>
context.warn(tree.pos, self, tree.toString.take(200))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why is line 33 not changed here?

@mccartney mccartney merged commit efeeedb into scapegoat-scala:master Oct 21, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants