JrGoodle/clowder

View on GitHub
clowder/util/git/offline.py

Summary

Maintainability
B
5 hrs
Test Coverage

GitOffline has 98 functions (exceeds 80 allowed). Consider refactoring.
Open

class GitOffline:

    @classmethod
    def get_remote_fetch_url(cls, path: Path, remote: str) -> Optional[str]:
        remotes = GitOffline.get_remotes_info(path)
Severity: Major
Found in clowder/util/git/offline.py - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status