webcomics/dosage

View on GitHub
dosagelib/rss.py

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, title, link, description, lang='en-us', encoding="utf-8"):
Severity: Minor
Found in dosagelib/rss.py - About 35 mins to fix

    Function addItem has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def addItem(self, title, link, description, date, append=True):
    Severity: Minor
    Found in dosagelib/rss.py - About 35 mins to fix

      TODO found
      Open

      # TODO: Not sure if this RSS output is "valid", should be though.
      Severity: Minor
      Found in dosagelib/rss.py by fixme

      There are no issues that match your filters.

      Category
      Status