Class: Hexx::Suit::Metrics::MetricFu::Reek
- Defined in:
- lib/hexx/suit/metrics/metric_fu/reek.rb
Overview
The configurer for the Reek metric
Class Method Summary collapse
-
.load ⇒ self
Changes settings source to config/metrics/reek.yml.
Methods inherited from Base
Class Method Details
.load ⇒ self
Changes settings source to config/metrics/reek.yml
15 16 17 18 19 20 21 |
# File 'lib/hexx/suit/metrics/metric_fu/reek.rb', line 15 def load configure do |metric| metric.config_file_pattern = "config/metrics/reek.yml" end self end |