Krystosterone/rubik

View on GitHub

Showing 2 of 14 total issues

Method set_defaults has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
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)
Severity: Minor
Found in app/models/breadcrumb/crumb.rb - About 45 mins to fix

Method == has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
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
Severity: Minor
Found in app/models/schedule_course.rb - About 45 mins to fix
Severity
Category
Status
Source
Language