/codeclimate-checkstyle

A code climate engine for checkstyle

Primary LanguageRubyMIT LicenseMIT

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