aureooms/sak

View on GitHub
lib/config.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function prompt_cred has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

def prompt_cred(host, module, user=None, passwd=None, scheme="https", port=80):
Severity: Minor
Found in lib/config.py - About 45 mins to fix

    Function prompt_passwd has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def prompt_passwd(host, module, user, passwd=None, scheme="https", port=80):
    Severity: Minor
    Found in lib/config.py - About 45 mins to fix

      Function prompt_user has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def prompt_user(host, module, user=None, passwd=None, scheme="https", port=80):
      Severity: Minor
      Found in lib/config.py - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status