Imclipitly will generate Scala-Clippy advice for implicit enrichments in your source code.
This plugin is currently published for Scala 2.11 and 2.12.
-
in plugins.sbt:
addSbtPlugin("io.delmore" %% "sbt-imclipitly" % "0.0.3")
-
in build.sbt:
enablePlugins(ImclipitlyPlugin)
-
and most importantly, make sure you have SoftwareMill's Scala-Clippy plugin enabled.
On run or package, Imclipitly will scan your source code using Scalameta and then generate Scala-Clippy advice in your managed-resources directory.
sbt test
sbt it:test
Project contributors: Shane Delmore, Ólafur Páll Geirsson