Skip to content

Instantly share code, notes, and snippets.

@thenoseman
Created November 29, 2009 20:59
Show Gist options
  • Save thenoseman/245066 to your computer and use it in GitHub Desktop.
Save thenoseman/245066 to your computer and use it in GitHub Desktop.
metric_fu configuration
sudo gem install rmagick topfunky-gruff
MetricFu::Configuration.run do |config|
config.metrics = [:saikuro, :stats, :flog, :flay, :reek, :roodi]
config.saikuro = { :output_directory => 'tmp/metric_fu/scratch/saikuro',
:input_directory => ['app', 'lib'],
:cyclo => "",
:filter_cyclo => "0",
:warn_cyclo => "5",
:error_cyclo => "7" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment