Scalastyle is a style checker for Scala.
I got following code: string match { case Regex(_, "1", "0", _, _) => case Regex(_, "1", "1", null, _) => } Scalastyle is complaining about usage of null …
scalastyleI saw a StackOverflow question regarding static analysis in Scala, but that one was answered in 2009. As you know, the …
scala static-analysis sonarqube scalastyleThere's some scalastyle support in the Scala plugin for IntelliJ. This question is about the best way to set it …
scala intellij-idea scalastyle