Skip to content

Commit

Permalink
Turn of syntax highlighting for metrical/metric_fu.
Browse files Browse the repository at this point in the history
The syntax gem goes into an infinite loop when parsing plain "=begin".
  • Loading branch information
mvz committed Jul 1, 2011
1 parent aee9524 commit ffef976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .metrics
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ffef976

Please sign in to comment.