scalacenter / sbt-scalafix

sbt plugin for Scalafix

Home Page:https://scalacenter.github.io/scalafix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-scalafix

This is the sbt plugin for Scalafix, a refactoring and linting tool for Scala. For instructions on how to install the plugin, refer to the website.

Issues

Please report issues to the main scalafix repository: https://github.com/scalacenter/scalafix/issues

Nightlies

Our CI publishes a snapshot release to Sonatype on every merge into main. The latest snapshot at the time of the writing can be used via:

  // project/plugins.sbt
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34+5-5dfe5fb6-SNAPSHOT")
+resolvers += Resolver.sonatypeRepo("snapshots")

Team

The current maintainers (people who can merge pull requests) are:

About

sbt plugin for Scalafix

https://scalacenter.github.io/scalafix/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scala 99.8%Language:Shell 0.1%Language:Java 0.1%