Skip to content

Commit

Permalink
Merge pull request #3 from mblink/remove-no-unnecessary-case
Browse files Browse the repository at this point in the history
Remove `NoUnnecessaryCase` rule
  • Loading branch information
mrdziuban authored May 16, 2024
2 parents ebea9fe + a3840d8 commit 872ec09
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 64 deletions.
25 changes: 0 additions & 25 deletions scalafix/input/src/main/scala/fix/NoUnnecessaryCase.scala

This file was deleted.

18 changes: 0 additions & 18 deletions scalafix/output/src/main/scala/fix/NoUnnecessaryCase.scala

This file was deleted.

2 changes: 1 addition & 1 deletion scalafix/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0
4 changes: 2 additions & 2 deletions scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")

resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main"
addSbtPlugin("bondlink" % "sbt-git-publish" % "0.0.5")
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fix.NoUnnecessaryCase
fix.StrictSubclassAccess
fix.NoWithForExtends
fix.NoWithForExtends
16 changes: 0 additions & 16 deletions scalafix/rules/src/main/scala/fix/NoUnnecessaryCase.scala

This file was deleted.

0 comments on commit 872ec09

Please sign in to comment.