wrfarina / codeclimate-checkstyle

A code climate engine for checkstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 75.3%Language:Dockerfile 9.7%Language:Java 7.9%Language:Shell 3.7%Language:Makefile 3.4%