MetricFu::Configuration.run do |config| config.configure_metric(:cane) do |cane| cane.line_length = 120 cane.no_doc = 'y' end end