rayepps/dynamof

View on GitHub
dynofunc/core/model.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function RequestTree has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

def RequestTree(attributes, table_name, index_name, hash_key, range_key, conditions, gsi, lsi):
Severity: Major
Found in dynofunc/core/model.py - About 1 hr to fix

    Function Attr has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def Attr(equals, gt, lt, lt_or_eq, gt_or_eq, between, begins_with):
    Severity: Major
    Found in dynofunc/core/model.py - About 50 mins to fix

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

      def Attribute(original, key, value, alias, func):
      Severity: Minor
      Found in dynofunc/core/model.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status