MihailCosmin/AutoMonkey

View on GitHub
automonkey/app_funcs.py

Summary

Maintainability
A
1 hr
Test Coverage

Function msoffice_replace has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def msoffice_replace(replace_this: str, with_this: str, match_case: bool = True, whole_words: bool = True, delay_factor: float = 1):
    """Search and replace in all MS Office Software. No Guarantees.

    Args:
        replace_this (str): string to be replaced
Severity: Minor
Found in automonkey/app_funcs.py - About 1 hr to fix

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

    def msoffice_replace(replace_this: str, with_this: str, match_case: bool = True, whole_words: bool = True, delay_factor: float = 1):
    Severity: Minor
    Found in automonkey/app_funcs.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status