Fix scalafix violations and compilation warnings #33
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/claude-code-query!33
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/scalafix-violations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
DisableSyntaxscalafix violations (null, var, throw) across core, direct, and effectful modulesvar/nullBufferedReader.readLine()loops with functional alternatives (@tailrecrecursion,Iterator+Optionpatterns)throwusages (defects: process crashes, I/O failures, timeouts) with// scalafix:okTest plan
./mill __.compile— zero warnings./mill __.checkFormat— all formatted./mill __.fix --check— zero scalafix violations./mill __.test— all 397 tests pass🤖 Generated with Claude Code