Actions
Architecture #11685
closedClean-up unused imports in rudder
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
Now that I know about scalafix, it should be easy to do.
I propose 4.1 as target, because it should be really 0 risk: it stops compiling if non unused import removed, easy, we should not get any semantic change with that.
And it could improve compilation time, and unused import are today a vast majority (with auto-tuple), so it seems good to start here.
Actions