Skip to content

Instantly share code, notes, and snippets.

@lunks
Created March 10, 2011 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunks/864667 to your computer and use it in GitHub Desktop.
Save lunks/864667 to your computer and use it in GitHub Desktop.
Metrical config
# .metrics
MetricFu::Configuration.run do |config|
config.metrics -= [:rcov, :rails_best_practices]
config.flog = {:dirs_to_flog => ['spec', 'lib']}
config.reek = {:dirs_to_reek => ['spec', 'lib']}
config.roodi = {:dirs_to_roodi => ['spec', 'lib']}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment