app/services/student_course_enrollment_service.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class StudentCourseEnrollmentService has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

class StudentCourseEnrollmentService # rubocop:disable Metrics/ClassLength
  ECTS = 30

  CompulsoryCourseGroup = OpenStruct.new(name: 'compulsories', completed: false)
  EnrollableError       = Class.new(StandardError)
Severity: Minor
Found in app/services/student_course_enrollment_service.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status