Skip to content

CasperJon/codeclimate-checkstyle

 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 74.9%
  • Dockerfile 9.9%
  • Java 8.0%
  • Shell 3.7%
  • Makefile 3.5%