A code climate engine for checkstyle
Ruby
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
config
lib/cc/engine
.gitignore
Dockerfile
Gemfile
Gemfile.lock
LICENSE
README.md
check_contents.yml

README.md

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

Testing the checker

Run ./tests/spec_for_checker which uses a fixture project for running tests against the checker