scalastyle

Scala style checker for enforcing coding standards

brewmacoslinux
Try with needOr install directly
Source

About

Run scalastyle from the command-line

Commands

scalastyle

Examples

Check a single Scala file for style violations$ scalastyle myfile.scala
Check all Scala files in a directory recursively$ scalastyle -r src/
Check files using a custom configuration file$ scalastyle -c scalastyle-config.xml src/main/scala