fog/fog-ecloud

View on GitHub
lib/fog/compute/ecloud/requests/admin_edit_password_complexity_rules.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method build_password_complexity_rules_edit has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def build_password_complexity_rules_edit(data)
          xml = Builder::XmlMarkup.new
          xml.PasswordComplexityRules do
            xml.RuleType data[:rule_type]
            if data[:rule_type] == "Custom"

    There are no issues that match your filters.

    Category
    Status