.metrics in basquiat-1.2.0 vs .metrics in basquiat-1.3.0.pre.1
- old
+ new
@@ -1,10 +1,6 @@
MetricFu::Configuration.run do |config|
config.configure_metric(:cane) do |cane|
- cane.line_length = 110
+ cane.line_length = 120
cane.no_doc = 'y'
- end
-
- config.configure_metric(:reek) do |reek|
- reek.config_file_pattern = '.reek'
end
end