Mihai Soloi

Results 7 comments of Mihai Soloi

To add to this, `removeUnused` doesn't work for imports that are specified using the `*` wildcard.

Just read this article https://blog.softwaremill.com/human-readable-case-class-diffs-c707e83e08a2 and this is exactly what I was proposing. I'll give this a try, but I'd have to add https://github.com/softwaremill/diffx as a dependency

@DavidGregory084 what's the status on this? seems fine to be merged

This is still happening with application code `Binders` imported into the routes file from `build.sbt` using `routesImport` and the `-Ywarn-unused:imports` flag in scalacOptions. I am not using the Binders on...

I've introduced a way to silence the `unused imports` errors generated by the Play Routes in the scalac plugin `silencer`. You just need to add the following in your `build.sbt`...

I understand your point, but it gets a bit wasteful to use `before` when starting up test containers for example, and setting the environment parameters for the configs to read...