scalameta / fastpass

Command-line tool to export a Pants build to Bloop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Scalafix

olafurpg opened this issue · comments

The codebase currently has a lot of unused imports that produce noisy console output during compilation. We should setup https://github.com/liancheng/scalafix-organize-imports to organize imports and remove unused imports.