Noosfero/noosfero

View on GitHub
plugins/ldap/lib/ext/environment.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Environment has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

class Environment
  settings_items :ldap_plugin, type: :hash, default: {}

  validates_presence_of :ldap_plugin_host, if: lambda { |env| !env.ldap_plugin.blank? }

Severity: Minor
Found in plugins/ldap/lib/ext/environment.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status