fog/fog-openstack

View on GitHub
lib/fog/openstack/identity/v2/requests/create_user.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create_user has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

          def create_user(name, _password, email, tenantId = nil, enabled = true)
Severity: Minor
Found in lib/fog/openstack/identity/v2/requests/create_user.rb - About 35 mins to fix

    Method create_user has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

              def create_user(name, password, email, tenantId = nil, enabled = true)
    Severity: Minor
    Found in lib/fog/openstack/identity/v2/requests/create_user.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status