Skip to content

Example sbt build using scalafix

Notifications You must be signed in to change notification settings

scalacenter/sbt-scalafix-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example repository using sbt-scalafix

Run from a terminal console

git clone https://github.com/olafurpg/scalafix-sbt-example
cd scalafix-sbt-example
sbt "scalafix RemoveUnused"
git diff

At the end, you should see a diff like this

--- a/myproject/src/main/scala/a/A.scala
+++ b/myproject/src/main/scala/a/A.scala
@@ -1,4 +1,4 @@
-import scala.concurrent.Future
+

About

Example sbt build using scalafix

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages