The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Metric Fu's Churn Now Supports Git

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jake Scruggs

Posts: 336
Nickname: aurorae314
Registered: Feb, 2008

Jake Scruggs is a developer at ThoughtWorks
Metric Fu's Churn Now Supports Git Posted: Oct 6, 2008 11:33 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jake Scruggs.
Original Post: Metric Fu's Churn Now Supports Git
Feed Title: Jake Scruggs
Feed URL: http://jakescruggs.blogspot.com/feeds/posts/default
Feed Description: Ruby, Rails, Metrics, Testing, and pursuit of clean code.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jake Scruggs
Latest Posts From Jake Scruggs

Advertisement
I just released version 0.8.0 of MetricFu. New in this release:
  • Source Control Churn now supports Git (thanks to Erik St Martin)
  • Flog Results are sorted by highest Flog Score
  • Fix for a bunch of 'already initialized constant' warnings that metric_fu caused
  • The flog reporter can now handle methods with digits in their name (thanks to Andy Gregorowicz)
  • Internal Rake task now allows metric_fu to flog/churn itself
To use the Churn task to find files that change a lot with Git, put this in your Rakefile:
MetricFu::CHURN_OPTIONS = {:scm => :git}
MetricFu is a Ruby Gem that gives you a fist full of code metrics. Find out more at the home page.

Read: Metric Fu's Churn Now Supports Git

Topic: From far and wide to Ann Arbor Previous Topic   Next Topic Topic: Seeking Talk Proposals

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use