loomio/loomio

View on GitHub
lib/slack_mrkdwn.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class SlackMrkdwn has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

class SlackMrkdwn < Redcarpet::Render::Base
  class << self
    def from(markdown)
      renderer = SlackMrkdwn.new
      Redcarpet::Markdown.new(renderer, strikethrough: true, underline: true, fenced_code_blocks: true).render(markdown)
Severity: Minor
Found in lib/slack_mrkdwn.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status