mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Enable codeclimate platform #23

Open rgarbin opened 8 years ago

rgarbin commented 8 years ago

Now days it's possible to run the codeclimate locally before you commit or push. It's pretty interesting create on repo the .codeclimate.yml file to give an easy way to run the codeclimate.

It's possible install codeclimate in your host or run by docker container, but it's so important has the file with the rules on project. ohmyzsh, for example, has plugin, sure =)

How the current project use codeclimate platform, I believe that it's a nice issue!

reference: http://blog.codeclimate.com/blog/2016/02/09/codeclimate-platform-is-out-of-beta/