Enyx-SA/yassh

View on GitHub

Showing 3 of 4 total issues

Execution has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Execution(object):
    '''
    This class is used to run a shell execution.
    '''

Severity: Minor
Found in yassh/execution.py - About 2 hrs to fix

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

    def remote_copy(remote, local_path, remote_path,
    Severity: Minor
    Found in yassh/remote_copy.py - About 35 mins to fix

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

          def __init__(self, reactor, remote,
      Severity: Minor
      Found in yassh/remote_copy.py - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language