linter-scalastyle
Lint Scala on the fly, using scalastyle.
buildo 1,200 2 1.4.1 MIT GitHub

linter-scalastyle

A scala linter for Atom Linter using scalastyle

Travis CI Status

Installation

apm install linter-scalastyle

Configuration

Here's the default config. You can tweak it in config.cson or via the package manager GUI.

'linter-scalastyle':

  # The path of the scalastyle executable
  'scalastyleExecutablePath': 'scalastyle'

  # The path of the scalastyle configuration file
  'scalastyleConfig': 'scalastyle-config.xml'

  # The source directory to run scalastyle on
  'sourceDir': 'src/main'

  # If you want to add options to the scalastyle command, this is your chance
  'scalastyleOptions': ''

Credits

The work on linter-scalastyle is based on AtomLinter/linter-scalac.