top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the best Scala style checker tool available for Play and Scala based applications?

0 votes
275 views
What is the best Scala style checker tool available for Play and Scala based applications?
posted Jun 28, 2016 by Roshan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

Checkstyle for Java-Based Applications, Scalastyle is best Scala style checker tool available for Play and Scala based applications.

Scalastyle observes our Scala source code and indicates potential problems with it. It has three separate plug-ins to supports the following build tools:

1.SBT
2.Maven
3.Gradle
It has two separate plug-ins to supports the following two IDEs:

1.IntelliJ IDEA
2.Eclipse IDE

answer Jun 28, 2016 by Shivam Kumar Pandey
...