jeffreytse/jekyll-spaceship

View on GitHub
lib/jekyll-spaceship/processors/emoji-processor.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method emoji_filter has 35 lines of code (exceeds 30 allowed). Consider refactoring.
Open

    def emoji_filter(content, selector)
      # use nokogiri to parse html
      doc = Nokogiri::HTML(content)

      body = doc.at('body')
Severity: Minor
Found in lib/jekyll-spaceship/processors/emoji-processor.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status