• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-checkstyle

Lint java using checkstyle
SebastianSzturo
1.2.0 2,025
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

linter-checkstyle

This package will lint your .java opened files in Atom through checkstyle.

Installation

1. Install checkstyle in your PATH

On OSX just install it via Homebrew

brew install checkstyle

For other platforms see checkstyle's website.

2. Install this package through Atom or apm.

apm install linter-checkstyle

Settings

You can configure linter-checkstyle by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-checkstyle':
  # The path to checkstyle. The default (checkstyle) should work as long as you have it
  # in your system PATH.
  'checkstyleExecutablePath': "checkstyle"
  # Check configuration file to use when executing checkstyle.
  'checkConfiguration': ''

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by