Sha256: 48d222e0901fa5cac7f74eb11f40881c791f0c1f46f4c2ee09cdb0affff81d5e
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
#!/usr/bin/env ruby # For testing that this file gets loaded mf_debug "Metrics config loaded" # example configuration # MetricFu::Configuration.run do |config| # coverage_file = File.expand_path("coverage/rcov/rcov.txt", Dir.pwd) # config.add_metric(:rcov) # config.add_graph(:rcov) # config.configure_metric(:rcov, {:external => coverage_file}) # config.cane = {:abc_max => 15, :line_length => 80, :no_doc => 'y'} # end # or # MetricFu::Configuration.run do |config| # config.metrics -= [ :rcov ] # end # you may enable running rcov manually with # MetricFu.run_rcov
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
metric_fu-4.0.0 | .metrics |