JrGoodle/clowder

View on GitHub
clowder/util/git/model/repo.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function fetch has 11 arguments (exceeds 8 allowed). Consider refactoring.
Open

    def fetch(self, prune: bool = False, prune_tags: bool = False, tags: bool = False,
Severity: Major
Found in clowder/util/git/model/repo.py - About 50 mins to fix

    Function submodule_update has 10 arguments (exceeds 8 allowed). Consider refactoring.
    Open

        def submodule_update(self, init: bool = False, depth: Optional[int] = None, single_branch: bool = False,
    Severity: Major
    Found in clowder/util/git/model/repo.py - About 45 mins to fix

      Function pull has 9 arguments (exceeds 8 allowed). Consider refactoring.
      Open

          def pull(self, remote: Optional[str] = None, branch: Optional[str] = None,
      Severity: Major
      Found in clowder/util/git/model/repo.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status