Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dskinner/sublimecheckstyle
- Owner: dskinner
- License: bsd-2-clause
- Created: 2012-12-18T13:20:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T14:47:00.000Z (over 11 years ago)
- Last Synced: 2023-04-18T22:12:09.941Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.bsd
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.