Commit 7db1c157 authored by Stan Hu's avatar Stan Hu

Remove instrumentation Rouge::Plugins::{Redcarpet,CommonMark}

The removal in 4d376c66 had an unintended
side effect in that it got rid of the `require 'rouge/plugins/redcarpet'`.
parent 4636bebb
......@@ -80,8 +80,6 @@ def instrument_classes(instrumentation)
instrumentation.instrument_instance_methods(RepositoryCheck::SingleRepositoryWorker)
instrumentation.instrument_instance_methods(Rouge::Plugins::CommonMark)
instrumentation.instrument_instance_methods(Rouge::Plugins::Redcarpet)
instrumentation.instrument_instance_methods(Rouge::Formatters::HTMLGitlab)
[:XML, :HTML].each do |namespace|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment