Scalastyle
Scalastyle examines your Scala code and indicates potential problems
Language: Scala
Checks: 145
Categories: Style
Version: 2.12.2
codeclimate-scalastyle is a Code Climate engine that wraps scalastyle, a tool that examines your Scala code and indicates potential problems.
Enable the Plugin
To enable Scalastyle analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
scalastyle:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
This engine doesn't currently support any configuration.
Understand the Plugin
The official documentation for Scalastyle can be found here: http://www.scalastyle.org
Updated about 6 years ago