OCA/server-tools

View on GitHub
users_ldap_groups/models/users_ldap_groups.py

Summary

Maintainability
A
1 hr
Test Coverage

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

    def equals(self, ldap_entry, attribute, value, ldap_config, company):
Severity: Minor
Found in users_ldap_groups/models/users_ldap_groups.py - About 35 mins to fix

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

        def contains(self, ldap_entry, attribute, value, ldap_config, company):
    Severity: Minor
    Found in users_ldap_groups/models/users_ldap_groups.py - About 35 mins to fix

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

          def query(self, ldap_entry, attribute, value, ldap_config, company):
      Severity: Minor
      Found in users_ldap_groups/models/users_ldap_groups.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status