Closed ghost closed 10 years ago
I'll try and send a PR for this tonight.
:+1:
https://codeclimate.com/github/CodeforAustralia/rerouteit can be setup without additional permissions, but Travis and Hound need collaborator access.
@cdaloisio can you set them up?
I've added the badges based on conventions, but obviously Travis isn't hooked up properly as I don't have access.
@cdaloisio Travis will need to be setup by a collaborator. CodeClimate also requires a collaborator for test coverage.
@Soliah Not a problem, I've set these up. Should be good to go. There is just an issue with the first build which I'll get sorted soon. I'm just going through #14 to split it into separate pull requests and make a few adjustments
@cdaloisio ah we need to also do a bundle exec rake db:create
in the before_script
section of the travis.yml
Yep, just about to add it :+1:
I'd recommend that you guys setup a style guide and lean on something like https://houndci.com for enforcing style, as I can already see in #14 inconsistencies in spacing,
"
and'
etcI'd also recommend using like https://travis-ci.org for CI. Both of these services are free for open source.
Lastly, http://codeclimate.com/ is amazing and is also free for open source.