From ffef976fa0198566fa7cb88763869b69509fdee2 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Fri, 24 Jun 2011 13:54:26 +0200 Subject: [PATCH] Turn of syntax highlighting for metrical/metric_fu. The syntax gem goes into an infinite loop when parsing plain "=begin". --- .metrics | 1 + 1 file changed, 1 insertion(+) diff --git a/.metrics b/.metrics index b953c5c640..eeba6e65b1 100644 --- a/.metrics +++ b/.metrics @@ -1,5 +1,6 @@ MetricFu::Configuration.run do |config| config.rcov[:test_files] = 'spec/**/*_spec.rb' config.rcov[:rcov_opts] << '-Ispec' + config.syntax_highlighting = false end