Skip to content

Commit

Permalink
deprecated built-in rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Jul 8, 2020
1 parent 9ec0b58 commit be85a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scalafix/sbt/ScalafixPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object ScalafixPlugin extends AutoPlugin {
val scalafix: InputKey[Unit] =
inputKey[Unit](
"Run scalafix rule(s) in this project and configuration. " +
"For example: scalafix RemoveUnusedImports. " +
"For example: scalafix RemoveUnused. " +
"To run on test sources use test:scalafix or scalafixAll. " +
"When invoked directly, prior compilation will be triggered for semantic rules."
)
Expand Down

0 comments on commit be85a8b

Please sign in to comment.