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
- Host: GitHub
- URL: https://github.com/codeclimate/codeclimate-checkstyle
- Owner: codeclimate
- License: mit
- Created: 2015-08-11T14:38:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T00:10:18.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T01:47:40.513Z (almost 2 years ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 11.3 MB
- Stars: 3
- Watchers: 17
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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