Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 980 Bytes

readme.md

File metadata and controls

27 lines (14 loc) · 980 Bytes

Gitter

Imclipitly: Now you can replace easy-to-forget imports with an easy-to-misspell plugin.

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.

To add Imclipitly to your project:

  • 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.

To run tests:

  • sbt test

To run integration tests:

  • sbt it:test

Project contributors: Shane Delmore, Ólafur Páll Geirsson