brightdigit/SyndiKit

View on GitHub

Showing 16 of 16 total issues

Function sites has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Open

    internal func sites(
      withLanguage language: SiteLanguageType?,
      withCategory category: SiteCategoryType?
    ) -> [Site] {
      let languageIndices: Set<Int>?
Severity: Minor
Found in Sources/SyndiKit/Formats/Blogs/SiteDirectory.swift - About 1 hr to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function sites has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    internal func sites(
      withLanguage language: SiteLanguageType?,
      withCategory category: SiteCategoryType?
    ) -> [Site] {
      let languageIndices: Set<Int>?
Severity: Minor
Found in Sources/SyndiKit/Formats/Blogs/SiteDirectory.swift - About 1 hr to fix

    Function decodeLength has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

      private static func decodeLength(
        from container: KeyedDecodingContainer<CodingKeys>
      ) throws -> Int? {
        if container.contains(.length) {
          do {
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift - About 55 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public var rawValue: String {
          if let knownMimeType = KnownMimeType(mimeType: self) {
            return knownMimeType.rawValue
          } else if case let .unknown(string) = self {
            return string
    Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters+MimeType.swift on lines 31..42
    Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson+Role.swift on lines 64..75

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 64.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public var rawValue: String {
          if let knownMimeType = KnownMimeType(mimeType: self) {
            return knownMimeType.rawValue
          } else if case let .unknown(string) = self {
            return string
    Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson+Role.swift on lines 64..75
    Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript+MimeType.swift on lines 59..70

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 64.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public var rawValue: String {
          if let knownRole = KnownRole(role: self) {
            return knownRole.rawValue
          } else if case let .unknown(string) = self {
            return string
    Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters+MimeType.swift on lines 31..42
    Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript+MimeType.swift on lines 59..70

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 64.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

        if let wpPostDateGMT = wpPostDateGMT {
          if wpPostDateGMT == "0000-00-00 00:00:00" {
            self.wpPostDateGMT = nil
          } else {
            self.wpPostDateGMT = try container.decode(
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Feeds/RSS/RSSItem+Decodings.swift and 1 other location - About 50 mins to fix
    Sources/SyndiKit/Formats/Feeds/RSS/RSSItem+Decodings.swift on lines 90..100

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 58.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

        if let wpModifiedDateGMT = wpModifiedDateGMT {
          if wpModifiedDateGMT == "0000-00-00 00:00:00" {
            self.wpModifiedDateGMT = nil
          } else {
            self.wpModifiedDateGMT = try container.decode(
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Feeds/RSS/RSSItem+Decodings.swift and 1 other location - About 50 mins to fix
    Sources/SyndiKit/Formats/Feeds/RSS/RSSItem+Decodings.swift on lines 71..81

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 58.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public init(caseInsensitive: String) {
          if let knownMimeType = KnownMimeType(caseInsensitive: caseInsensitive) {
            self = .init(knownMimeType: knownMimeType)
          } else {
            self = .unknown(caseInsensitive)
    Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters+MimeType.swift on lines 50..56
    Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson+Role.swift on lines 83..89

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public init(caseInsensitive: String) {
          if let knownRole = KnownRole(caseInsensitive: caseInsensitive) {
            self = .init(knownRole: knownRole)
          } else {
            self = .unknown(caseInsensitive)
    Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters+MimeType.swift on lines 50..56
    Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript+MimeType.swift on lines 78..84

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

        public init(caseInsensitive: String) {
          if let knownMimeType = KnownMimeType(caseInsensitive: caseInsensitive) {
            self = .init(knownMimeType: knownMimeType)
          } else {
            self = .unknown(caseInsensitive)
    Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson+Role.swift on lines 83..89
    Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript+MimeType.swift on lines 78..84

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    public struct iTunesOwner: Codable {
      /// The coding keys used to encode and decode the struct.
      internal enum CodingKeys: String, CodingKey {
        case name = "itunes:name"
        case email = "itunes:email"
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Media/iTunes/iTunesOwner.swift and 1 other location - About 35 mins to fix
    Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift on lines 4..16

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 44.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    public struct PodcastFunding: Codable, Equatable {
      /// The coding keys used for encoding and decoding.
      public enum CodingKeys: String, CodingKey {
        case url
        case description = ""
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift and 1 other location - About 35 mins to fix
    Sources/SyndiKit/Formats/Media/iTunes/iTunesOwner.swift on lines 16..28

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 44.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

      public static func == (lhs: WordPressElements.Tag, rhs: WordPressElements.Tag) -> Bool {
        lhs.termID == rhs.termID
          && lhs.slug == rhs.slug
          && lhs.name == rhs.name
      }
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Media/Wordpress/WPTag.swift and 1 other location - About 30 mins to fix
    Sources/SyndiKit/Formats/Feeds/RSS/RSSItemCategory.swift on lines 91..95

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 40.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

      public static func == (lhs: RSSItemCategory, rhs: RSSItemCategory) -> Bool {
        lhs.value == rhs.value
          && lhs.domain == rhs.domain
          && lhs.nicename == rhs.nicename
      }
    Severity: Minor
    Found in Sources/SyndiKit/Formats/Feeds/RSS/RSSItemCategory.swift and 1 other location - About 30 mins to fix
    Sources/SyndiKit/Formats/Media/Wordpress/WPTag.swift on lines 44..48

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 40.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Function decode has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

      public func decode(_ data: Data) throws -> Feedable {
        var errors = [String: DecodingError]()
    
        guard let firstByte = data.first else {
          throw DecodingError.dataCorrupted(
    Severity: Minor
    Found in Sources/SyndiKit/Decoding/SynDecoder.swift - About 25 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Severity
    Category
    Status
    Source
    Language