wartremover

Flexible Scala code linting tool for catching common bugs and anti-patterns

brewmacoslinux
Try with needOr install directly
Source

About

Flexible Scala code linting tool

Commands

wartremover

Examples

Run wartremover on a Scala file to check for code quality issues$ wartremover src/main/scala/MyFile.scala
Check all Scala files in a directory with custom warning filters$ wartremover -P:wartremover:only-warn-traverser:org.brianmckenna.wartremover.warts.Unsafe src/
Display available warts and their descriptions$ wartremover -help