scour/feedjira-podcast

View on GitHub

Showing 2 of 4 total issues

Method included has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def self.included(base)
          base.include(InstanceMethods)

          base.element :language
          base.element :copyright
Severity: Minor
Found in lib/feedjira/podcast/channel/optional.rb - About 1 hr to fix

    Method itunes has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

              def itunes
                @itunes ||= Struct.new(
                  :author,
                  :block?,
                  :categories,
    Severity: Minor
    Found in lib/feedjira/podcast/channel/apple.rb - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language