Top "Scalastyle" questions

Scalastyle is a style checker for Scala.

How to suppress Scalastyle warning?

I got following code: string match { case Regex(_, "1", "0", _, _) => case Regex(_, "1", "1", null, _) => } Scalastyle is complaining about usage of null …

scalastyle
What's the current state of static analysis tools for Scala?

I saw a StackOverflow question regarding static analysis in Scala, but that one was answered in 2009. As you know, the …

scala static-analysis sonarqube scalastyle
Is there a better way to setup ScalaStyle under IntelliJ?

There's some scalastyle support in the Scala plugin for IntelliJ. This question is about the best way to set it …

scala intellij-idea scalastyle