GitHub - mramshaw/Scala-Linters: Linters for Scala
github.com › mramshaw › Scala-LintersThe easiest way to get one is to use the scalastyleGenerateConfig command (at the command line, NOT inside sbt ): $ sbt scalastyleGenerateConfig This will create a scalastyle-config.xml in the current directory, with the default settings. Then you can check your code with the scalastyle command. At the command line: $ sbt scalastyle Or inside sbt:
Scalafix · Refactoring and linting tool for Scala
scalacenter.github.io › scalafixScalafix Refactoring and linting tool for Scala Get started Refactoring Automate day-to-day code health tasks or write one-time migrations scripts. Linting Report error messages for code patterns that cause bugs in production or violate your coding style. Enforce in CI Automatically enforce refactoring and linting rules on every code review.
Scalastyle - Scala style checker
www.scalastyle.orgScalastyle examines your Scala code and indicates potential problems with it. If you have come across Checkstyle for Java, then you’ll have a good idea what scalastyle is. Except that it’s for Scala obviously. Scalastyle is used as part of the grading framework for the course Functional Programming Principles in Scala by Martin Odersky on Coursera.