Thursday, October 1, 2015

Checkstyle integration to codeclimate.com platformt

from Michael Bernstein:

We opened up the platform and invited developers to make "engines" that run on it - basically small wrappers around existing static analysis tools
checkstyle was one of the first that someone contributed
It's a small groovy script, basically - you can see it here https://github.com/sivakumar-kailasam/codeclimate-checkstyle
We think that this is a really awesome thing for people who work on tools like you do
Because it's a new way for people to use it - we run analysis for free for all OSS repos
cool, let me see
Basically you add your repo to codeclimate
And add a .codeclimate.yml to your repo
where I can reed more about your platform that allow to run custom analysers
Overview of the platform is here: codeclimate.com/platform
Blog post about how to build engines is here: blog.codeclimate.com/blog/2015/07/07/build-your-own-codeclimate-engine/
please share examples of .codeclimate.yml
Let me know if you get a chance to check it out

No comments:

Post a Comment