BathHacked/energy-sparks

View on GitHub
app/services/alerts/system/upcoming_holiday.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
81%

Method report has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

      def report
        if @school.holiday_approaching?(today: @today)
          next_holiday = @school.next_holiday(today: @today)
          Adapters::Report.new(
            valid: true,
Severity: Minor
Found in app/services/alerts/system/upcoming_holiday.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status