Phase 3: CI enforces FP principles via Scalafix linting #14
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/support!14
Loading…
Reference in a new issue
No description provided.
Delete branch "SUPP-9-phase-03"
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?
Phase 3: CI enforces FP principles via Scalafix linting
Goals: Add Scalafix linting to CI pipeline to enforce FP best practices (no nulls, vars, throws, returns)
Implementation:
.scalafix.confwith DisableSyntax ruleslintjob in CI workflow (runs in parallel with compile/format)Categories of suppressions:
Testing:
nullandvarusage./mill __.fix --checkFiles: 26 changed (234 insertions, 31 deletions)
🤖 Generated with Claude Code