.metrics in basquiat-1.1.1 vs .metrics in basquiat-1.2.0

- old
+ new

@@ -1,5 +1,10 @@ MetricFu::Configuration.run do |config| config.configure_metric(:cane) do |cane| cane.line_length = 110 + cane.no_doc = 'y' + end + + config.configure_metric(:reek) do |reek| + reek.config_file_pattern = '.reek' end end