<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Duplo &#187; metric_fu</title>
	<atom:link href="http://kill-0.com/duplo/tag/metric_fu/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo</link>
	<description>Building Blocks &#38; Learning Experiences</description>
	<lastBuildDate>Fri, 18 May 2012 21:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My tweaks to metric_fu&#8217;s saikuro and flay configurations</title>
		<link>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/</link>
		<comments>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:26:01 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[metric_fu]]></category>
		<category><![CDATA[saikuro]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/?p=91</guid>
		<description><![CDATA[In the process of setting up metric_fu, I found that, one way or another, saikuro&#8217;s output wasn&#8217;t getting into the correct place. I&#8217;ll spare you the long story, and just show the config settings I had to put into my Rakefile to get things working: config.saikuro = { &#58;output_directory => "#{ENV["CC_BUILD_ARTIFACTS"]}/scratch/saikuro", :input_directory => ["app\" --input_directory [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of setting up metric_fu, I found that, one way or another, saikuro&#8217;s output wasn&#8217;t getting into the correct place.  I&#8217;ll spare you the long story, and just show the config settings I had to put into my Rakefile to get things working:<br />
<code>
<pre>config.saikuro = {
<b>  &#58;output_directory => "#{ENV["CC_BUILD_ARTIFACTS"]}/scratch/saikuro", </b>
<b>  :input_directory => ["app\" --input_directory \"lib"],</b>
  :cyclo => "",
  :filter_cyclo => "0",
  :warn_cyclo => "5",
  :error_cyclo => "7",
  :formater => "text", #this needs to be set to "text"
}
config.flay = {
  :dirs_to_flay => ['app', 'lib',],
<b>  :minimum_score => 10, </b>
}
</pre>
<p></code><br />
My changes in bold.</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

