eggplants/ghcr-badge

View on GitHub

Showing 4 of 4 total issues

File generate.py has 335 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Generate badge."""

from __future__ import annotations

import base64
Severity: Minor
Found in ghcr_badge/generate.py - About 4 hrs to fix

    Function get_manifest has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
    Open

        def get_manifest(
            self: Self,
            package_owner: str,
            package_name: str,
            *,
    Severity: Minor
    Found in ghcr_badge/generate.py - About 2 hrs 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 filter_tags has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

        def filter_tags(self: Self, package_owner: str, package_name: str) -> list[str]:
            """Filter tags by regex pattern.
    
            Parameters
            ----------
    Severity: Minor
    Found in ghcr_badge/generate.py - About 45 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

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

        def generate_tags(
    Severity: Minor
    Found in ghcr_badge/generate.py - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language