Crystalnix/termius-cli

View on GitHub
termius/core/storage/__init__.py

Summary

Maintainability
A
2 hrs
Test Coverage

ApplicationStorage has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class ApplicationStorage(object):
    """Storage for user data."""

    path = '{application_directory}/storage'
    defaultstorage = list
Severity: Minor
Found in termius/core/storage/__init__.py - About 2 hrs to fix

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

        def __init__(self, command, save_strategy=None,
    Severity: Minor
    Found in termius/core/storage/__init__.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status