This package will lint your .java
opened files in Atom through checkstyle.
checkstyle
in your PATH
On OSX just install it via Homebrew
brew install checkstyle
For other platforms see checkstyle's website.
apm install linter-checkstyle
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': ''
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.