Showing 2 of 14 total issues
Method set_defaults
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
def set_defaults @additional_current_condition = proc { true } unless defined?(@additional_current_condition) @controller_name = key.split(".").first unless defined?(@controller_name) @key = controller_name unless defined?(@key) @visible = proc { true } unless defined?(@visible)
- Read upRead up
Method ==
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
def ==(other) return false unless code == other.code return false unless index == other.index return false unless number == other.number return false unless type == other.type
- Read upRead up