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

https://github.com/codeclimate/codeclimate-checkstyle

A code climate engine for checkstyle
https://github.com/codeclimate/codeclimate-checkstyle

hacktoberfest

Last synced: 9 months ago
JSON representation

A code climate engine for checkstyle

Awesome Lists containing this project

README

          

# codeclimate-checkstyle
A code climate engine for running checkstyle on your java projects.

### Sample .codeclimate.yml configuration
```yaml
engines:
checkstyle:
enabled: true
config: 'config/checkstyle/checkstyle.xml'
```

By default the engine runs the [code climate checker](https://github.com/sivakumar-kailasam/codeclimate-checkstyle/blob/master/config/codeclimate_checkstyle.xml) against your code if the config property is not defined