Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dskinner/sublimecheckstyle

Sublime plugin for Checkstyle - A Java code style checker
https://github.com/dskinner/sublimecheckstyle

Last synced: 11 days ago
JSON representation

Sublime plugin for Checkstyle - A Java code style checker

Awesome Lists containing this project

README

        

# Checkstyle

## Installation

This package expects to be installed under the name `Checkstyle`.

```
git clone [email protected]:dskinner/SublimeCheckstyle.git Checkstyle
```

Requires Checkstyle to be available on the system. http://checkstyle.sourceforge.net/

## Setup

Looks for `checkstyle` in `$PATH` by default but can be configured with sublime-settings to execute as appropriate per platform/setup.

View `Preferences -> Package Settings -> Checkstyle -> Settings - Default` for configuration options.