Krystosterone/rubik

View on GitHub
app/models/schedule_course.rb

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

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

There are no issues that match your filters.

Category
Status