Scala style checker for enforcing coding standards
Run scalastyle from the command-line
scalastyle
$ scalastyle myfile.scala
$ scalastyle -r src/
$ scalastyle -c scalastyle-config.xml src/main/scala