app/models/schedule_course.rb
Showing 1 of 1 total issue
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