GitHub - codeclimate/codeclimate-checkstyle: A code climate engine for checkstyle
codeclimate / codeclimate-checkstyle Public
-
Notifications
You must be signed in to change notification settings - Fork 8
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
codeclimate-checkstyle
A code climate engine for running checkstyle on your java projects.
Sample .codeclimate.yml configuration
engines: checkstyle: enabled: true config: 'config/checkstyle/checkstyle.xml'
By default the engine runs the code climate checker against your code if the config property is not defined
About
A code climate engine for checkstyle