Jun's Blog

Output, activities, memo and etc.

Entries from 2015-11-26 to 1 day

Install Scala Lint tool on Mac

Install Scala Style. http://www.scalastyle.org/command-line.html $ brew install scalastyle $ which scalastyle /usr/local/bin/scalastyle $ scalastyle Foo.scala