Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Last active May 5, 2020 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuwei-k/bbdbf448427ebc2f3e32dedc8a5c8b14 to your computer and use it in GitHub Desktop.
Save xuwei-k/bbdbf448427ebc2f3e32dedc8a5c8b14 to your computer and use it in GitHub Desktop.
echo 'addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")' > project/scalafix.sbt
sbt scalafixEnable "scalafix https://raw.githubusercontent.com/scalaz/scalazfix/master/rules/src/main/scala/scalaz/ScalazFix.scala" "test:scalafix https://raw.githubusercontent.com/scalaz/scalazfix/master/rules/src/main/scala/scalaz/ScalazFix.scala"
rm project/scalafix.sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment