Great stuff Marty. Throughly enjoyed your talk. Thanks for giving it again :)
On May 28, 10:29 pm, Marty Andrews <[email protected]> wrote: > Hi all, > > Here's the slides from the talk I did on code quality tools at the > Melbourne Ruby group meeting tonight. Slides 105-107 contain the ~40 > lines of code you need to drop into a rakefile to get everything up > and running in your continuous integration build. Here's what you > need to do: > > 1. Include the code in a rake file. > 2. Add the 'quality' task to your CI build. > 3. Increase the thresholds on the metrics checks, and configure > roodi.yml so that the build *just* passes. > At this point, your code can't get any worse as far as those > checks are concerned > 4. Pick off the worst bits of code, refactor it, and ratchet down the > thresholds over time. > > Let me know how it goes for you. I'd love to get some feedback and > hear if it's working. > > Cheers, > > Marty Andrews > > p: +61 407 004 570 > e: [email protected] > w:http://marty.cogentconsulting.com.au > t:http://twitter.com/martinjandrews --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
