geotrellis-server
geotrellis-server copied to clipboard
Add codebase cleanliness tools
This project is becoming unusual in its ambivalence about format / what gets packaged. We've gotten a lot of mileage (and smaller jars) out of delegating a lot of maintenance work to the compiler and sbt plugins. We should enable the following:
- scalafmt
- sbtExplicitDependencies
-Xfatal-warnings
, add the checks to ci, and deal with the fallout
We adopted Scalafmt already!