projectsyn/commodore

View on GitHub
commodore/config.py

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Config has 44 functions (exceeds 30 allowed). Consider refactoring.
Wontfix

class Config:
    _inventory: Inventory
    _components: dict[str, Component]
    _config_repos: dict[str, GitRepo]
    _component_aliases: dict[str, str]
Severity: Minor
Found in commodore/config.py - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status