GitHub - CasperJon/codeclimate-checkstyle: A code climate engine for checkstyle

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

MIT license

Contributing

Contributing

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

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