Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 455 Bytes

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