Skip to content

Banno/semgrep-scalafix

Repository files navigation

semgrep-scalafix

Implement scalafix rules that mimic some semgrep checks.

Check out the microsite for more information: https://banno.github.io/semgrep-scalafix

To use the latest version, include the following in your build.sbt:

ThisBuild / scalafixDependencies += 
  "com.banno" %% "semgrep-scalafix" % "0.1.0"