Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 333 Bytes

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"