geotrellis-server icon indicating copy to clipboard operation
geotrellis-server copied to clipboard

Add codebase cleanliness tools

Open jisantuc opened this issue 6 years ago • 1 comments

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

jisantuc avatar Jun 07 '19 21:06 jisantuc

We adopted Scalafmt already!

pomadchin avatar Jul 02 '20 19:07 pomadchin