/replace-symbol-literals

replace deprecated scala.Symbol literals. s/'foo/Symbol("foo")/

Primary LanguageScalaMIT LicenseMIT

Replace scala.Symbol Literals

Build Status

https://scalacenter.github.io/scalafix/docs/rules/external-rules.html

project/scalafix.sbt

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")

sbt shell

> scalafixEnable
> scalafix dependency:ReplaceSymbolLiterals@com.github.xuwei-k:replace-symbol-literals:0.1.1
> test:scalafix dependency:ReplaceSymbolLiterals@com.github.xuwei-k:replace-symbol-literals:0.1.1